-
Notifications
You must be signed in to change notification settings - Fork 4
Non-uniform behaviour in forms when they are reloaded #350
Comments
@smarshy Are you working on this ? If not, i am willing to take this task. |
@rituranjna No, I haven't taken this up. Feel free to go ahead |
@rituranjna @smarshy @tapasweni-pathak @tonythomas01 I have found that when we edit one of the start date or end date the other automatically gets removed. I have gone through the code and I have found that Datetimepicker jquery is used in both forms but I am unable to guess why is it working fine in create form. Can you guide me how to proceed? |
please use the issue template. |
@anjali-dhanuka Just from
|
multiple name attribute, making it ugly. Well, it again depends on what is happening on the JS side. |
When incorrect values are entered in the fields, in some situations the form values are erased while in other cases they are still visible.
For eg. while creating event if start date is incorrect, error message is shown but the date is not erased. However, if the same values are put in edit event form, the error message is shown and the start date vanishes
The text was updated successfully, but these errors were encountered: