You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.
Angular's built-in form validation is awesome, and we should be using it more. A significant enhancement would be to apply form validation to the large patient registration form. The goal would be:
Allow the user to click the submit button on an invalid form, to show error messages around fields that have missing or invalid values
Custom error messages for all fields, such as "this data is required" or "date of birth must be within xxxx -- yyyy".
Disable the form while it is being submitted to the server.
This would significantly clean up our client code, and allow the controller to deal with logic instead of validation. It also would enhance the user experience significantly.
The text was updated successfully, but these errors were encountered:
Angular's built-in form validation is awesome, and we should be using it more. A significant enhancement would be to apply form validation to the large patient registration form. The goal would be:
This would significantly clean up our client code, and allow the controller to deal with logic instead of validation. It also would enhance the user experience significantly.
The text was updated successfully, but these errors were encountered: