You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Provide a general summary of the issue here
When navigating the
Comboboxcomponent with VoiceOver on, only the name of the item is announced.The following information is missing:
🤔 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 01Screen.Recording.2026-06-17.at.12.18.37.mov
💁 Possible Solution
The React Aria
Selectcomponent does not have this issue.The Base UI
Comboboxseems to work as expected:https://base-ui.com/react/components/combobox
🔦 Context
Same thing seems to happen when you use the
ListBoxSectioncomponent withSelectandCombobox. Some information about the item is lost compared to when you render the items directly in theListBox.🖥️ 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