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
When setting an input element in a form (e.g. Checkbox, Select) to required and providing an error message, then the error message should be shown when using form.checkValidity(). At the moment the form does only not validate.
The text was updated successfully, but these errors were encountered:
When setting an input element in a form (e.g. Checkbox, Select) to required and providing an error message, then the error message should be shown when using
form.checkValidity()
. At the moment the form does only not validate.The text was updated successfully, but these errors were encountered: