This pr changes the validation on the registration form, from onSubmit, to OnChange.
I've already implemented an error message, a success message and below the input we see the form validation errors. The only difference is that the form will be validated on every keystroke instead of submission.
This pr changes the validation on the registration form, from onSubmit, to OnChange.
I've already implemented an error message, a success message and below the input we see the form validation errors. The only difference is that the form will be validated on every keystroke instead of submission.