cooperlyt / keycloak-phone-provider

A Keycloak provider for phone and SMS
MIT License
286 stars 159 forks source link

Fix form tab navigation with tabindex="0" #32

Closed RossRogers closed 1 year ago

RossRogers commented 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

With this change, navigating through the added form elements using the tab key works sequentially, as one would wish.

Testing in chrome before: before

After:

after