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
There is an annoying problem in the current UI when using the keyboard instead of mouse: users have to tab too much for reaching the element they might be interested on. Moreover, when navigation from one route to another the focus goes to the very beginning instead of get trapped by the loaded content which would fit average users expectations.
As an example, use the keyboard for going from the Overview page to the user creation form and reach the Fullname input. Have a lot of fun hitting the Tab 😜
Related, old, and still open (at the time of writing) discussion in react-router, remix-run/react-router#9555
The text was updated successfully, but these errors were encountered:
There is an annoying problem in the current UI when using the keyboard instead of mouse: users have to tab too much for reaching the element they might be interested on. Moreover, when navigation from one route to another the focus goes to the very beginning instead of get trapped by the loaded content which would fit average users expectations.
As an example, use the keyboard for going from the Overview page to the user creation form and reach the
Fullname
input. Have a lot of fun hitting the Tab 😜Related, old, and still open (at the time of writing) discussion in react-router, remix-run/react-router#9555
The text was updated successfully, but these errors were encountered: