-
Notifications
You must be signed in to change notification settings - Fork 15
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
doesnt work in 2.2.4 #1
Comments
Hi, thanks for trying it out. Try updating one section of code after line 98 by updating to match this:
There is a problem with the way the metadata encodes booleans so I had to make an ugly hack to fix it. I have a project in 2.2.4 that works correctly so hopefully that is the only issue. Make a simple test first with a dialog that just has one field that should be numeric, then type an 'a' in the field and it should show an error message immediately. I will make a commit on this shortly. |
I am not sure if this worked for @gerlstar or not but it didn't work for me too. After debugging for sometime on why it didn't work it turned out that JQueryValidation Plugin has dropped support for metadata plugin (that your helper relies on the most) - http://goo.gl/AY6omU The class should use 'data-rule-' and 'data-msg-' instead 👍 |
Hey I tried this with my version 2.2.4 but it looks like it's still validating serverside. CAn you please fix it?
The text was updated successfully, but these errors were encountered: