Switch forms to onTouched mode
By using onTouched mode validation does not complain about invalid values until the users have changed focus from the field. Doing it this way we don't complain about values until the user tries to use an invalid one.
Does not work for all fields. For that to be the case, we will have to do some clean up of controlled and uncontrolled values.
Merge request reports
Activity
added 6 commits
-
70afa4cc...c567d7b8 - 5 commits from branch
master
- e0fcb3b1 - Switch forms to onTouched mode
-
70afa4cc...c567d7b8 - 5 commits from branch
mentioned in commit cd0e2c65
Please register or sign in to reply