Accessibility Issues with MultiSelect.Filterable
See original GitHub issueWhat package(s) are you using?
-
carbon-components
-
carbon-components-react
Detailed description
Describe in detail the issue you’re having. Is this a feature request (new component, new icon), a bug, or a general issue?
Is this issue related to a specific component? Yes.
MultiSelect.Filterable
What browser are you working in? Version 74.0.3729.169 (Official Build)
What version of the Carbon Design System are you using? v9
Tool used: DAP
Violation 1: The input element has the id “downshift-0-item-0” that is empty or already in use.
Violation 2: The id “downshift-0-item-0” referenced by the ‘for’ attribute of a label element is not a valid input element.
This probably occurred because it detected the id “downshift-0-item-0” on the div first.
Violation 3: The expanded combobox does not own or control a valid popup type.
Potential Violation: An element with WAI-ARIA role listbox does not contain or own at least 1 child element with each of the following WAI-ARIA roles: option
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (4 by maintainers)
Top GitHub Comments
Just an FYI, we aren’t currently resolving any accessibility issues for v6 of carbon-components-react but you are welcome to contribute a PR and we will work quickly on getting it merged in
@tw15egan New defect is https://github.com/carbon-design-system/carbon/issues/6570.