Closed tepahk closed 1 year ago
@tepahk thanks for raising this issue. The Garden team is aware of the dropdown accessibility issues and has them on our radar as part of a larger component a11y sweep. I don't have a definite target timeframe for a fix. Stay tuned – we'll get back to you as plans materialize.
@jzempel this issue came up again recently in some web conversations, so do you have an update on the status or ETA for when this might get fixed? thanks!!
@jessicachou we're on track to deliver a refactored <Combobox>
component at the end of this month. In progress branch is here: https://github.com/zendeskgarden/react-components/tree/jzempel/combobox
@tepahk the refactored Combobox
is now available :tada:. Please see the following references for details:
Expectations
Reality
Ensure interactive controls are not nested
Elements must only use allowed ARIA attributes
Required ARIA attributes must be provided
Certain ARIA roles must be contained by particular parents
Steps to Reproduce
Fine Print
This is not an exhaustive list of all violations, just a few we observed while extending Garden.