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
Search field has the ARIA combobox role without necessary children. Even when the combo is expanded the items are in a separate overlay and not children of the combobox.
<div role="combobox" aria-label="Search and filter the lens page" aria-haspopup="true" aria-expanded="true"
data-skip-axe="aria-required-children" style="position: relative; width: 100%;"
aria-controls="kbnTypeahead__items" aria-owns="kbnTypeahead__items">
Search field has the ARIA combobox role without necessary children. Even when the combo is expanded the items are in a separate overlay and not children of the combobox.
Kibana Version:
7.10
OS:
Windows 10
Browser:
Chrome
Screen reader: [if relevant]
NVDA
Relevant WCAG Criteria: WCAG Criterion - Level A/AA/AAA
1.3.1 Info and Relationships - Level A
Information, structure, and relationships conveyed through presentation can be programmatically determined or are available in text.
Relevant ARIA spec: WAI-ARIA Authoring Practices
3.8 Combobox - A combobox is a widget made up of the combination of two distinct elements:
The text was updated successfully, but these errors were encountered: