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
If the select is set to required, and no option is selected, the form won't submit but no html5 error message is shown to the visitor. Error console shows: An invalid form control with name='foo' is not focusable.
The text was updated successfully, but these errors were encountered:
If the select is set to required, and no option is selected, the form won't submit but no html5 error message is shown to the visitor. Error console shows:
An invalid form control with name='foo' is not focusable.
The text was updated successfully, but these errors were encountered: