dhornbein / favor-ecosystem

https://app.favor.solutions
0 stars 0 forks source link

All required fields should validate to check that they are not empty when form is submitted #29

Open NateSavery opened 2 years ago

NateSavery commented 2 years ago

One Sentence Description (Summary) Anytime a field is required, it should (client-side, i.e. before request is sent to the server) check that the field is not blank when the user attempts to submit it.

(don't have in my notes what fields exactly were allowing user to submit a blank value, but there was at least one instance of this reported in testing)