validate.js icon indicating copy to clipboard operation
validate.js copied to clipboard

Validating fields on the fly

Open tcdurks opened this issue 5 years ago • 1 comments

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!

tcdurks avatar Apr 17 '20 11:04 tcdurks

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)

xavortm avatar Dec 01 '20 17:12 xavortm