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
I was just testing ComboBox with Voice over on Mac. And in safari it does not announce the options as I go through them. It can be reproduced directly on https://headlessui.com/vue/combobox using Safari on Mac.
Additional difference I noticed that headlessui always automatically selects first item, without user pressing key down, which is different behaviour from the examples above - that was intentional choice, right? There seems to be some flexibility in specification.
The text was updated successfully, but these errors were encountered:
What package within Headless UI are you using?
For example: @headlessui/vue
What version of that package are you using?
For example: v1.7.16
What browser are you using?
For example: Safari, Chrome, Macos
Reproduction URL
https://headlessui.com/vue/combobox
Describe your issue
I was just testing ComboBox with Voice over on Mac. And in safari it does not announce the options as I go through them. It can be reproduced directly on https://headlessui.com/vue/combobox using Safari on Mac.
I was comparing behaviour to https://react-spectrum.adobe.com/react-aria/ComboBox.html and https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list/ which announce it correctly and in the same way.
Additional difference I noticed that headlessui always automatically selects first item, without user pressing key down, which is different behaviour from the examples above - that was intentional choice, right? There seems to be some flexibility in specification.
The text was updated successfully, but these errors were encountered: