Environment Information
- Package version(s): (fill this out)
- Browser and OS versions: (fill this out)
Note that our screen reader support is limited to Edge + Narrator. Issues that do not reproduce in Edge + Narrator, and aren't caused by obvious invalid aria values, should be filed with the respective screen reading software, not the Fabric repo.
Describe the issue:
Issue
Certain ARIA roles must contain particular children (aria-required-children)
Target application
100x10K KPI summary - Customer Service Insights
Element path
input
Snippet
<input spellcheck="false" aria-label="Email list for sharing" placeholder="Enter email address" class="ms-BasePicker-input input-175" aria-expanded="true" aria-haspopup="true" autocomplete="off" role="combobox" aria-controls="suggestion-list-id__177 " a...
How to fix
Fix any of the following:
- Required ARIA child role not present: listbox
Environment
Chrome version 76.0.3809.100 This accessibility issue was found using Accessibility Insights for Web 2.8.2 (axe-core 3.2.2), a tool that helps find and fix accessibility issues.
Please provide a reproduction of the issue in a codepen:
Actual behavior:
Expected behavior:
Documentation describing expected behavior