Description
There are form error validations thrown when an input is invalid but it seems the form remains in an error state once the data is fixed and thus prevents user from submitting form
For example, fill out the form with:
Your Name
Atom
Github Handle
leave blank
E-Mail Address
atom@
and then try to submit and the email address will throw a validation error but updating to a valid e-mail address doesn't remove the validation error or allow submission.
Acceptance Criteria
Given I am a user who fills out the form with invalid format
Then I see an error message
When I update the format
Then the error message should disappear unless the format is still invalid and I am able to submit without having to refresh the page
Note: This work should fork off of the beta
branch.