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
In the Tabs component, for accessibility concerns, we have customers who only use the keyboard to navigate through the tab menu. However, once we press the arrow keys to traverse the tabs, the tab automatically be considered "Active", and in our case, due to the things rendered within the content, it would cause the focus on the tab menu to drop.
Is there a way we can use keyboard navigation to traverse the list of tabs without their contents from rendering?
As discussed offline, changing the behavior as described would contradict w3c reccomendations. I would recommend to change the app logic on your end to prevent the automatic focus change.
Spoke with my team, and we decided to try to make some changes on our application, based on the link you sent, what we need is the ability to use tabs with manual activation. The content of our tabs do take a while to load and hinders users' ability to navigate efficiently across the tab list
Description
In the Tabs component, for accessibility concerns, we have customers who only use the keyboard to navigate through the tab menu. However, once we press the arrow keys to traverse the tabs, the tab automatically be considered "Active", and in our case, due to the things rendered within the content, it would cause the focus on the tab menu to drop.
Is there a way we can use keyboard navigation to traverse the list of tabs without their contents from rendering?
Code of Conduct
The text was updated successfully, but these errors were encountered: