pacocoursey / cmdk

Fast, unstyled command menu React component.
https://cmdk.paco.me
MIT License
9.04k stars 259 forks source link

Fix the Suggestions listbox labeling #196

Closed afercia closed 5 months ago

afercia commented 7 months ago

It appears the Listbox with suggestions is incorrectly labeled;

https://github.com/pacocoursey/cmdk/blob/05199cbad94a800ee98510645f138537f368dc85/cmdk/src/index.tsx#L795-L803

Proposed remediation:

To reproeuce:

Screenshot from the current demo at https://cmdk.paco.me/

Initially unlabelled:

Screenshot 2023-12-01 at 12 30 30

Wrongly labelled with the user input value:

Screenshot 2023-12-01 at 12 16 05

For what is worth, I contribute to WordPress development as a core committer specialized in web accessibility. wordPress does use cmdk in the Gutenberg editor and we'd love to have cmdk as accessible as possible. ❤️