Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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.
 
PREVIOUS NEXT
Tagged: #An #invalid #form #control
ADD COMMENT
Topic
Name
7+5 =