Closed
Description
For ARIA accessibility, dropdowns should allow for keyboard navigation.
Cursor up/left should select the previous menu item, and cursor down/right should select the next item.
Each menu item should have a tabindex="0"
, while the .dropdown-menu
div
should have a tabindex="-1"
which should gain focus()
when the dropdown is opened. When closed, the dropdown button should regain focus()
Metadata
Metadata
Assignees
Labels
No labels