Skip to content

Conversation

jjagutzke
Copy link

…ring

@jjagutzke
Copy link
Author

Issue
The aria-expanded attribute was missing from the combobox element when isOpen was false, which caused accessibility issues. Without it, screen readers couldn't determine whether the dropdown was open or closed.

Fix
Added aria-expanded="false" to the div with role="combobox".

This improves screen reader support and aligns the implementation with ARIA best practices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant