You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I can verify multiple fields, I click on the submit button. In the callback function, I can only get the first validation of the failed element. How can I get all the failed objects at once? Thank you!
The text was updated successfully, but these errors were encountered:
Do you have id-attributes in all of your input fields?
Do you have radios/checkboxes and inputs mixed?
Take a look at #183 from beijaflor who solved this problem.
Hi @rickharrison ,
When I can verify multiple fields, I click on the submit button. In the callback function, I can only get the first validation of the failed element. How can I get all the failed objects at once? Thank you!
The text was updated successfully, but these errors were encountered: