Setting the tabindex
to -1 will render an element untabbable (if that's a word) :)
<input type="text" name="username" tabindex="-1" />
Setting the tabindex
to -1 will render an element untabbable (if that's a word) :)
<input type="text" name="username" tabindex="-1" />