Skip to content

Combobox only announces item name with VoiceOver #10220

Description

@endaquigley

Provide a general summary of the issue here

When navigating the Combobox component with VoiceOver on, only the name of the item is announced.

The following information is missing:

  • Selected / not selected
  • Menu item role
  • Item count

🤔 Expected Behavior?

VoiceOver should announce more information about the item:

i.e. Item 01 not selected, menu item, (1 of 20)

😯 Current Behavior

Voice over only announces the item name:

i.e. Item 01

Screen.Recording.2026-06-17.at.12.18.37.mov

💁 Possible Solution

The React Aria Select component does not have this issue.

The Base UI Combobox seems to work as expected:

https://base-ui.com/react/components/combobox

🔦 Context

Same thing seems to happen when you use the ListBoxSection component with Select and Combobox. Some information about the item is lost compared to when you render the items directly in the ListBox.

🖥️ Steps to Reproduce

All the examples in the docs have this issue:

https://react-aria.adobe.com/ComboBox

Version

1.18.0

What browsers are you seeing the problem on?

Chrome

If other, please specify.

No response

What operating system are you using?

MacOS 26

🧢 Your Company/Team

No response

🕷 Tracking Issue

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions