How to disable tab focus on specific form elements
•
1 min read
It’s just an HTML attribute, here it is:
<input type="checkbox" tabindex="-1" />
It’s just an HTML attribute, here it is:
<input type="checkbox" tabindex="-1" />