validate.js
validate.js copied to clipboard
Validating fields on the fly
I'm currently working with validate.js on a project but it only validates when you submit the form.
Can someone point me in the direction of what I need to get it validating individual fields when you leave them?
For example - field has an error > user enters a value and clicks out of field > validator does constraints checks
Thanks in advance!
Hey, I can see there aren't too many replies on issues around, but this looks like a core feature question that would be super helpful in many cases where live validation is needed (or at least triggering programmatically)