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.