We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to Reproduce
Expected Nothing special should happen after step 6
Result All the required form inputs indicate an error even those that were not focused at all.
Testcase http://jsfiddle.net/hbaccara/w6h42611/1/
The text was updated successfully, but these errors were encountered:
Yep, very annoying behavior. On blur validation is most convenient for users, but with this bug I'm forced to use 'on submit' validation.
Sorry, something went wrong.
Something seems pretty broken here.. not sure how this is happening.
Fixes #3606, field revalidation would cause whole form to be revalidated
e9aca44
next release will only validate the current form field.
next
No branches or pull requests
Steps to Reproduce
Expected
Nothing special should happen after step 6
Result
All the required form inputs indicate an error even those that were not focused at all.
Testcase
http://jsfiddle.net/hbaccara/w6h42611/1/
The text was updated successfully, but these errors were encountered: