-
Notifications
You must be signed in to change notification settings - Fork 122
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
Unhappy method not firing on "when" #49
Comments
Same issue here, validation on submit, but no feedback to the user on blur. I put some debug in the library to check if the blur events are firing and they are, there is just no message appended to the markup. |
Hi @ryanweber88, just a heads up as per: #72 i'm not actively maintaining this and looking for help. Because obviously other people are :) |
Solutions seems to be change in line 58 , for field.testValid(true); |
The problem is that some users are counting on this test not firing on the An example where this could cause trouble is if a user has an ajax request in their validity test and the Even without an ajax request, if the I'm open to creating a new option: |
I'm attempting to use the unhappy method to call a custom function when the field requirements aren't met. I'm using the "when" method to check the fields on "blur." The unhappy method works great when I submit the form, but not on blur.
The text was updated successfully, but these errors were encountered: