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 multi-select implementation I have, for reference, is here: Codesandbox
Describe your issue
As per MDNaria-multiselectable="true" should be set on ul element (e.g. the container of the options not on the input). a11y checks (a11y-addon) of the Storybook complains about it.
I'm, by no means, an expert in ARIA attributes, but just noted this violation and I think it makes sense to report it.
The text was updated successfully, but these errors were encountered:
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
1.7.10
What browser are you using?
Chrome
Reproduction URL
Screenshot:
The multi-select implementation I have, for reference, is here:
Codesandbox
Describe your issue
As per MDN
aria-multiselectable="true"
should be set onul
element (e.g. the container of the options not on theinput
). a11y checks (a11y-addon) of the Storybook complains about it.I'm, by no means, an expert in ARIA attributes, but just noted this violation and I think it makes sense to report it.
The text was updated successfully, but these errors were encountered: