How to disable tab focus on specific form elements
Posted on October 30, 2021
It's just an HTML attribute, here it is:
<input type="checkbox" tabindex="-1" />
Posted on October 30, 2021
It's just an HTML attribute, here it is:
<input type="checkbox" tabindex="-1" />