zaneray / scrupulous

Simple inline form validation using HTML5 attributes that plays nicely with Bootstrap
GNU General Public License v2.0
13 stars 4 forks source link

Selects do not validate until blur event #1

Closed jermartin77 closed 10 years ago

jermartin77 commented 10 years ago

Select elements should validate onmouseup or immediately after the value has been changed. When a select element is invalid and is change to a valid element validity does not change to true on change.

ajdinstel commented 10 years ago

Ran into this issue again today while trying to validate credit card Type, Month, and Year select elements on a checkout page form. The elements would not mark validated until some other part of the page was interacted with. I'll try to address this soon as it makes the whole Payment portion of my checkout look pretty broken.