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
The "aria-expanded" attribute should be rendered on the ComboboxInput too. I see that it's correctly rendered on the ComboboxButton, but being the ComboboxInput a role of type "combobox", it sould always requires the "aria-expanded" attribute, as stated here: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/combobox_role
"A WAI-ARIA combobox only has one attribute that is required that authors specify: [aria-expanded]"
I also see that the React version correctly renders the attribute on both the button and the input, so I think it could be a bug on the Vue version of the input component.
Thank for your hard work
The text was updated successfully, but these errors were encountered:
What package within Headless UI are you using?
@headlessui/vue
What version of that package are you using?
For example: v1.6.4
What browser are you using?
Chrome
Reproduction URL
Your Vue Combobox (Autocomplete) demo at https://headlessui.dev/vue/combobox
Describe your issue
The "aria-expanded" attribute should be rendered on the ComboboxInput too. I see that it's correctly rendered on the ComboboxButton, but being the ComboboxInput a role of type "combobox", it sould always requires the "aria-expanded" attribute, as stated here:
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/combobox_role
"A WAI-ARIA combobox only has one attribute that is required that authors specify: [aria-expanded]"
I also see that the React version correctly renders the attribute on both the button and the input, so I think it could be a bug on the Vue version of the input component.
Thank for your hard work
The text was updated successfully, but these errors were encountered: