Skip to content

Switch forms to onTouched mode

Andreas Ellewsen requested to merge GREG-286-ontouch into master

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

Loading