Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to make an input not focusable in html

<!-- Set the 'tabindex' attribute to '-1' -->
<input type="text" tabindex="-1" />
 
PREVIOUS NEXT
Tagged: #input #focusable #html
ADD COMMENT
Topic
Name
2+8 =