broach44 / for-the-love-of-java

1 stars 0 forks source link

Make the form fields "required" #34

Closed broach44 closed 4 years ago

broach44 commented 4 years ago

User Story

As a user I do not want to break the site so I would like to have the application remind me that there are empty fields before submission is allowed.

AC

WHEN I navigate through the site THEN I should not be allowed to submit without correcting errors on the form

Dev Notes

broach44 commented 4 years ago

Informational Reading: https://goshakkk.name/instant-form-fields-validation-react/

https://goshakkk.name/turn-uncontrolled-into-controlled/