vivin / regula

Regula: An annotation-based form-validation framework in Javascript
126 stars 24 forks source link

Does this work on "hidden" elements? #75

Closed MB34 closed 8 years ago

MB34 commented 8 years ago

We have a tab based input form. I want several of the fields that are hidden on the other tabs to also be validated when the form is submitted. Does this validate hidden elements?

We currently use jQuery ValidationEngine and it works great, just not on hidden form elements.