Display error message for State select field on Sign Up form
marvinsjsu opened this issue · 1 comments
marvinsjsu commented
In the user sign up form, we ask for the user to select the state they live in. This ticket is an enhancement to how this select field currently works. Other input fields (city and zip code) displayed "Required." message under the field when user un-focuses (onBlur
) from it and there is a validation error. It would be nice to follow this format (to display "Required.") if the user has tabbed out of the field before selecting a state.
User Sign Up form - http://localhost:3000/signup-citizen
esteban-gs commented