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
When the show password toggle is changed via keyboard, focus moves to the document body instead of staying on the password toggle. Currently, one can press tab to re-focus the password toggle but the toggle should remain focused.
The text was updated successfully, but these errors were encountered:
I believe this behavior comes from some component that wraps the IconButton as the behavior is not consistent with other IconButtons like the dark mode toggle. The MUI demo for TextField input adornments demo shows the wrapping components.
This could be addressed by either disabling the modifying behavior or overriding it with key* event listeners that refocus the password toggle if the key is Space.
When the show password toggle is changed via keyboard, focus moves to the document body instead of staying on the password toggle. Currently, one can press tab to re-focus the password toggle but the toggle should remain focused.
The text was updated successfully, but these errors were encountered: