an invalid form control with name='' is not focusable
add novalidate in your form
Example:
<form action="" novalidate>
</form>
an invalid form control with name='' is not focusable
add novalidate in your form
Example:
<form action="" novalidate>
</form>
An invalid form control with ... is not focusable.
Just because a form control is hidden doesn't mean it isn't required. And since
it is required, but hidden the browser can't focus the form control.
Every place you have .hide() change it to .hide().prop('required',false) to fix
your problem.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us