alechill / livevalidation

Open source javascript library for slick, powerful, and easy client-side validation.
http://livevalidation.com
Other
151 stars 57 forks source link

Validate.now with select elements?? #16

Open justrjlewis opened 11 years ago

justrjlewis commented 11 years ago

I could very well be using it wrong, but validate.now doesn't seem to impose itself on SELECT elements. Much like a text area, I am trying to include a select element in a multi page form and when the user clicks the next button, I check for validity then move to the next "page". That behavior works fine, but unless the user has already clicked into the select, selected a valid value THEN selected the invalid value; no error ever shows.