Closed RamyRafik closed 7 months ago
React Components / v9 (@fluentui/react-components)
System: OS: Windows 10 10.0.22621 CPU: (20) x64 Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz Memory: 32.54 GB / 63.69 GB Browsers: Edge: Spartan (44.22621.2283.0), Chromium (117.0.2045.35) Internet Explorer: 11.0.22621.1
yes
https://codesandbox.io/s/ngllrm?file=/example.tsx
Although Dropdown has an aria-labeledby prop, it's only applied to the Button w/ role="combobox", but not the Div w/ role=listbox
aria-labeledby
role="combobox"
role=listbox
An Element w/ role=listbox should have an Accessible Name. https://accessibilityinsights.io/info-examples/web/aria-input-field-name/
No response
High
Microsoft Dynamics 365
no
Because this issue has not had activity for over 180 days, we're automatically closing it for house-keeping purposes.
Still require assistance? Please, create a new issue with up-to date details.
Library
React Components / v9 (@fluentui/react-components)
System Info
Are you reporting Accessibility issue?
yes
Reproduction
https://codesandbox.io/s/ngllrm?file=/example.tsx
Bug Description
Actual Behavior
Although Dropdown has an
aria-labeledby
prop, it's only applied to the Button w/role="combobox"
, but not the Div w/role=listbox
Expected Behavior
An Element w/
role=listbox
should have an Accessible Name. https://accessibilityinsights.io/info-examples/web/aria-input-field-name/Logs
No response
Requested priority
High
Products/sites affected
Microsoft Dynamics 365
Are you willing to submit a PR to fix?
no
Validations