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 dropdown menu (e.g., "Venue" or navigation items) is not fully accessible via keyboard navigation. Users cannot open/close the dropdown using the keyboard, and focus states are missing, making it difficult for keyboard/screen reader users to interact.
Expected behavior
Dropdown opens/closes with Enter, Space, or Arrow keys.
Focus is visible on the trigger and dropdown items.
Users can navigate dropdown options with Tab or arrow keys.
Actual Behavior
Dropdown does not respond to keyboard input.
No visual focus indicator on the trigger or menu items.
Possible Solution
Add keyboard event handlers (keydown for Enter, Space, Arrow keys).
Describe the bug.
The dropdown menu (e.g., "Venue" or navigation items) is not fully accessible via keyboard navigation. Users cannot open/close the dropdown using the keyboard, and focus states are missing, making it difficult for keyboard/screen reader users to interact.
Expected behavior
Enter
,Space
, orArrow
keys.Tab
or arrow keys.Possible Solution
keydown
forEnter
,Space
,Arrow
keys).aria-expanded
,aria-controls
).Screenshots
tab-issue.mp4
How to Reproduce
Tab
key to focus on the dropdown trigger (e.g., "Venue").Enter
orSpace
to open the dropdown.Arrow
keys (fails).🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: