nested_form icon indicating copy to clipboard operation
nested_form copied to clipboard

Newly added items then removed are still validated by browser

Open gamov opened this issue 10 years ago • 1 comments

Since Firefox 29 has started validating number fields, if you remove newly created fields with invalid data, they prevent the form to be submitted even though they are deleted (hidden) to the user. Why those newly created, unsaved items are not removed from the DOM instead of hidden? I guess I can add JS to delete them myself...

gamov avatar May 30 '14 05:05 gamov

:+1: I faced into this problem, too. If I remove the "removed field" with dev console, I could save without validation error, FYI.

yewton avatar Oct 01 '15 10:10 yewton