jpkleemans / angular-validate

Painless form validation for AngularJS. Powered by the jQuery Validation Plugin.
MIT License
68 stars 33 forks source link

Validate hidden fields does not work #12

Closed marcelodiegues closed 7 years ago

marcelodiegues commented 7 years ago

I use the chosen plugin to generate a beauty select and I set ignore: [] in validationOptions, but the method .validate() return true when I submit the form.

Can you help?

jpkleemans commented 7 years ago

Can you share some of the code you used?