Changes between Initial Version and Version 1 of Ticket #31118
- Timestamp:
- Dec 24, 2019, 5:36:41 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31118 – Description
initial v1 2 2 3 3 Maybe I am overlooking a use case where this is not desirable? I can not think of one. 4 5 Right now, it seems that if you use FileInput instead of ClearableFileInput on a model field you cannot submit the form when client side validation is performed by the browser unless you upload a file each time. So you are effectively required to override the file any time a change to the form needs to be made. Is this the intended behavior?