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
The Tabs component supports moving the focus by Tab key. According to WAI-ARIA Authoring Practices, the keyboard interaction should also support:
Using the ← / → arrow key to move focus to the previous/next tab. For performance reasons, we may not want to activate the newly focused tab automatically.
Using the Space or Enter key to activate the tab.
The text was updated successfully, but these errors were encountered:
* #979 - update search icon in search inputs
* #981 - improve keyboard accessibility of tabs component
* #978 - improve aria markup of accordion pattern
* #980 - allow html to be overflow auto
* add overflow-scroll helper class for forcing a scroll bar
* don't allow scroll of content behind drawers or modals
* 📦 v1.0.0
* update package-lock to fix build
The Tabs component supports moving the focus by Tab key. According to WAI-ARIA Authoring Practices, the keyboard interaction should also support:
The text was updated successfully, but these errors were encountered: