sbilharz / formwandler

Dynamic form objects for rails
MIT License
0 stars 1 forks source link

Model validations are not run on submit when form has invalid fields not backed by a model #8

Closed RST-J closed 6 years ago

RST-J commented 6 years ago

This leads to irritating user feedback for the case that there is also an invalid field backed by a model. After the first submit, only errors for non-model fields can be displayed. When they are fixed and the form is submitted again, then again errors will be shown although the input seemed to be ok.