-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
To meet the requirements of the html5 spec for client-side validation, each form control must be validated when the containing form is submitted.
- The validity state of each form control must be updated in accordance with the expected value of the control.
- Each invalid form control must trigger a 'invalid' event.
Reactions are currently unavailable