You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using tabindex="100" prevents sequential keyboard navigation and should be avoided.
I propose using tabindex="0" instead.
This way navigation to the password toggle button could be done right after the password input which improves accessibility support.
The text was updated successfully, but these errors were encountered:
Using
tabindex="100"
prevents sequential keyboard navigation and should be avoided.I propose using
tabindex="0"
instead.This way navigation to the password toggle button could be done right after the password input which improves accessibility support.
The text was updated successfully, but these errors were encountered: