-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Is there any support for validation timing. Specifically, coming from an angular background, I am used to showing validations after an input is first touched (meaning it was blurred at least once). I know that I could probably extend the form controls and implement myself in onBlur but I was hoping that it could be implemented in the controls (i.e. a class added to the group) so that anyone could just add the css to take advantage.
Reactions are currently unavailable