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
A user hasn't made a selection but goes to submit the form. Normally the screen would jump to the select and highlight it, but since the <select> is hidden this is not the case.
An invalid form control with name='versions' is not focusable.
Is there a way to check for the required tag on the original <select> and listen for form submit and if no selection, jump to or FLASH the drop-down?
Thanks!
The text was updated successfully, but these errors were encountered:
I face same issue. I m using bootstrap selectpicker select box. At the time of submitting the form even if i doesnt selected any value from selectbox it does not display any error even it is set to required. Please I am looking for solutions.
I have the drop-down select set as required
Everything works wonderfully unless..
A user hasn't made a selection but goes to submit the form. Normally the screen would jump to the select and highlight it, but since the
<select>
is hidden this is not the case.An invalid form control with name='versions' is not focusable.
Is there a way to check for the
required
tag on the original<select>
and listen for form submit and if no selection, jump to orFLASH
the drop-down?Thanks!
The text was updated successfully, but these errors were encountered: