Changes between Version 1 and Version 2 of Ticket #32348, comment 8


Ignore:
Timestamp:
Jan 15, 2021, 11:48:09 AM (4 years ago)
Author:
Guan

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32348, comment 8

    v1 v2  
    44Hi! Thanks for your work. But there are probably two slight flaws I think:
    55 1. When ValidationError is raised, it's no 'X' at the top right of form. That the UX is not comfortable is ticket #29087 talked about.
    6  2. For {{{toggleDeleteButtonVisibility}}} function,  my opinioncomes from [https://docs.djangoproject.com/en/3.1/intro/tutorial07/ **extra** form could not be removed] and [https://docs.djangoproject.com/en/3.1/topics/forms/formsets/ if a formset contains no data, then extra + min_num empty forms will be displayed]. So the calculation I think is:
     6 2. For {{{toggleDeleteButtonVisibility}}} function,  my opinion comes from [https://docs.djangoproject.com/en/3.1/intro/tutorial07/ **extra** form could not be removed] and [https://docs.djangoproject.com/en/3.1/topics/forms/formsets/ if a formset contains no data, then extra + min_num empty forms will be displayed]. So the calculation I think is:
    77{{{
    88const isFormOverload = function() {                                                                                                                                                                                       
Back to Top