-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Description of the bug
Description
When using the language dropdown with keyboard navigation, arrow keys visually move between options, but pressing Enter always selects the first option in the list (e.g., "Arabic"), regardless of which option is highlighted (e.g., "Polish").
Additionally:
The dropdown currently requires Tab to move between items, which does not follow the expected keyboard pattern for a listbox/combobox.
This behavior fails WCAG 2.1.1 (Keyboard) because the component cannot be reliably used with a keyboard.
Steps To Reproduce
Steps to Reproduce
Focus the language selector.
Press Enter to open the dropdown.
Use Arrow Down to highlight a language other than the first (e.g., "Polish").
Press Enter to select the highlighted option.
Observe that the first item ("Arabic") is selected instead.
Additional Information
No response
Metadata
Metadata
Labels
Type
Projects
Status