-
-
Notifications
You must be signed in to change notification settings - Fork 380
Open
Labels
accessibilitya11ya11ycomponent: comboboxChanges related to the combobox component.Changes related to the combobox component.status: waiting for maintainerThese issues haven't been looked at yet by a maintainer.These issues haven't been looked at yet by a maintainer.
Description
Bug report
Current behavior
The "Async search" variant reveals instruction text on ArrowDown, which is not announced by NVDA, JAWS or VoiceOver.
The aria-live region looks like it is being dynamically rendered instead of being dynamically populated.
Expected behavior
When instructional text appears for an input, this must be announced by screen readers.
Reproducible example
Steps to replicate:
- Turn on a screen reader
- Navigate to Combobox: Async search example
- When focused on the input, use ArrowDown to make the instruction text appear visually
- Note it is not announced by the screen reader
Base UI version
v1.2.0
Which browser are you using?
Chrome
Which OS are you using?
Windows and MacOS
Which assistive tech are you using (if applicable)?
NVDA, JAWS, VoiceOver
Additional context
Using role="alert" on the guidance text's container or pre-rendering the aria-live region should fix the announcements.
Adding an aria-describedby to the input may also improve announcements.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
accessibilitya11ya11ycomponent: comboboxChanges related to the combobox component.Changes related to the combobox component.status: waiting for maintainerThese issues haven't been looked at yet by a maintainer.These issues haven't been looked at yet by a maintainer.
