Closed
Description
I'm a little confused by the current field validation options.
There is validateAfterLoad, and validateAfterChanged (as user types).
How can I validate a field only after a user leaves the control or presses enter (which I believe is the typical way that field validators work?) I don't really want to bother the user that what they are typing is invalid until they are finished typing it and ready to move on.
Thanks for any help!