-
Notifications
You must be signed in to change notification settings - Fork 79
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
How do i run validation on blur #42
Comments
A few people have asked for this, Im not sure if there is way currently that this is possible. I think we could add a validator method that could be called with the key you want to show individual messages. The idea being you could put that in an I really like this idea and we should go forward on developing this feature 👍 |
Up. I'm looking forward for it too. |
Up! The only thing I'm missing is real time validation before submission to instantly let people know a field was required or doesn't match without having to submit and seeing all the errors at once. |
Ditto! Love your work, you've saved me so much time. Excellent coding :-). |
Featured added in #92 and coming to v1.1.0 |
Out in latest release: 1.1.0 |
Right now i can only trigger validation on start or on submit with this.validator.showMessages() but my form is really long and i want to trigger it on blur, please explain how can i do it or extend the current library.
The text was updated successfully, but these errors were encountered: