Skip to content

[Dropdown] Clearable and multiple selection delete icon should be keyboard accessible #3203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
funelie opened this issue Mar 10, 2025 · 0 comments
Assignees
Labels
state/awaiting-investigation Anything which needs more investigation type/bug Any issue which is a bug or PR which fixes a bug
Milestone

Comments

@funelie
Copy link

funelie commented Mar 10, 2025

Bug Report

In clearable and mutliple selection fields, the "delete" icons on the clearable field and each "delete" icon on selected items are not keyboard focusable, and therefore not usable in keyboard only navigation.
The delete icon should also have an accessible name that states its function, for screen reader users, when focused.

Steps to reproduce

  1. Navigate on a multiple selection field using the keyboard only.
  2. Focus on items using the arrow keys : the delete icon is never on focus and can't be focused.

Expected result

When navigating the selected items, the delete icon for each item should be focusable.

Actual result

The label of each selected item can be focused, but never the delete button within.

Version

2.9.4

@funelie funelie added state/awaiting-investigation Anything which needs more investigation state/awaiting-triage Any issues or pull requests which haven't yet been triaged type/bug Any issue which is a bug or PR which fixes a bug labels Mar 10, 2025
@lubber-de lubber-de removed the state/awaiting-triage Any issues or pull requests which haven't yet been triaged label Mar 16, 2025
@lubber-de lubber-de self-assigned this Mar 16, 2025
@lubber-de lubber-de added this to the 2.10.0 milestone Mar 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state/awaiting-investigation Anything which needs more investigation type/bug Any issue which is a bug or PR which fixes a bug
Projects
None yet
Development

No branches or pull requests

2 participants