You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: