Open digimattress opened 6 years ago
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.
An invalid form control with name='foo' is not focusable.
@digimattress thanks for reporting this. I will see what I can do about it. I can't guarantee that this will make it into this months release
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.