Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix minor a11y issues in field filter
aria-expanded is a true/false/undefined state so we need to make sure even if showFilter is undefined, we will print false (that's why the double negation) aria-haspopup doesn't really fit, since this is not a popup in the sense the ARIA standard describes ("A popup is generally presented visually as a group of items that appears to be on top of the main page content.") Add aria-controls to reference the controlled element. Fix elastic#12638 and toggle label when filter toggles
- Loading branch information