Signup Form Validation
Validate several controlled fields as one form.
Requirements
- Store fields in one typed object.
- Require a name, a valid-looking email, and an 8-character password.
- Prevent native validation and handle submission in React.
- Connect error messages with
aria-describedby.
- Show success only when there are no errors.