-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Making a chosen input a required field #496
Comments
@jbrooksuk did you ever find a solution for this? jQuery Validate doesn't seem to allow me to force the field to be required either. |
I ended up writing a helper function which performs this check manually on chosen elements. I'll dig it out tomorrow if I can find it, although in the mean time @CaptainN's solution looks good 👍 |
This is a dupe of #515. We wil be following up there. Thanks. |
#515 is technically a dupe of this, but yeah okay. |
If you're using Chosen for all These CSS selectors target invalid select elements, with one of them targeting
|
My original markup sets the select to be a
required
field, however Chosen doesn't seem to comply to that?The text was updated successfully, but these errors were encountered: