Closed RossRogers closed 1 year ago
This changeset fixes tabindex navigation by using the recommended tabindex="0" value everywhere. See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex
tabindex="0"
With this change, navigating through the added form elements using the tab key works sequentially, as one would wish.
Testing in chrome before:
After:
This changeset fixes tabindex navigation by using the recommended
tabindex="0"
value everywhere. See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindexWith this change, navigating through the added form elements using the tab key works sequentially, as one would wish.
Testing in chrome before:
After: