[EuiComboBox][COGNITION]: Focusable close buttons should not have a nested element with tabindex #5545
Labels
accessibility - automated
accessibility - cognition
accessibility - WCAG A
Level A WCAG Accessibility Criteria
accessibility
Description
Our
EuiComboBoxPill
component uses theEuiIcon
to create the X close button. It's wrapped in a<button>
so the icon cannot have a tabindex. We should remove it from line 77 ofcombo_box_pill.tsx
so we can remove quite a few axe-core errors from the Combo box component.Guidance
Screenshots
The text was updated successfully, but these errors were encountered: