-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
does not work with jquery validation? #60
Comments
i think combodate is hidden fields and jquery validate by default ignore combodate so add |
@bipin244 I don't think that's a good solution because there are situations where a field may be hidden because it's irrelevant to the current state of the form, and only becomes relevant based on the value of another field. I propose using the |
* This should hide the original element without breaking jquery validation. * Should fix vitalets#60.
This plugin seems not working with the jquery validation. Below is an sample codes showing that validation does not take effect. Can you please advise?
http://jsfiddle.net/5m6gG/376/
Thanks!
Jin Fang
The text was updated successfully, but these errors were encountered: