NUS-Project-SaBai / FrontEnd

1 stars 1 forks source link

Patient records: Form Validation #210

Open PohAnson opened 4 days ago

PohAnson commented 4 days ago

Issue: user only find out which input are wrong/required after submit, and the errors are chained in a long string which is not readable.

Image

Where: All forms, but especially the patient registration

Fix: can js use a react form package for all the nice nice validation formatting to focus the field, add a red outline and display the error in red underneath the field