How to get all validation errors at once?
konohanaruto opened this issue · 1 comments
konohanaruto commented
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!
fraenzchen commented
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.