Smart Validations |
The key features of smart validation are:
For example, 'maximum length' validation is triggered as the user types in the input. email validation is triggered when the user switches the focus. This allows earliest and 'live' feedback and correcting the errors earlier, rather than in one shot on form submission.
The error message disappears automatically when the field is valid.
|