Skip to content

fix(typeahead): accessibility fixes#6791

Open
YusefOuda wants to merge 3 commits intovalor-software:developmentfrom
YusefOuda:typeahead-accessibility-fix
Open

fix(typeahead): accessibility fixes#6791
YusefOuda wants to merge 3 commits intovalor-software:developmentfrom
YusefOuda:typeahead-accessibility-fix

Conversation

@YusefOuda
Copy link
Copy Markdown

@YusefOuda YusefOuda commented Jan 30, 2026

  • Adds role=combobox and sets aria-controls instead of aria-owns on typeahead.
  • Ensure activeChangeEvent is fired when active item changes by using setter

Fixes #6468, #6647

PR Checklist

Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.

  • read and followed the CONTRIBUTING.md guide.
  • built and tested the changes locally.
  • added/updated tests.
  • added/updated API documentation.
  • added/updated demos.

- Adds role=combobox and sets aria-controls instead of aria-owns on typeahead.
- Ensure `activeChangeEvent` is fired when active item changes by using setter

Fixes valor-software#6468, valor-software#6647
@coliff
Copy link
Copy Markdown
Contributor

coliff commented Mar 12, 2026

Great PR! Hope to see this merged.

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.

aria-activedescendant attribute is not added when active item changes in typeahead

2 participants