[EuiFilterGroup] Rebuild multi-select demo using EuiSelectable #3735
Labels
accessibility - WCAG A
Level A WCAG Accessibility Criteria
accessibility
documentation
Issues or PRs that only affect documentation - will not need changelog entries
The existing EuiFilterGroup multi-select demo has a few a11y shortcomings and differs in implementation from EuiSelectable which has been crowned as the future implementation of dropdown-like things. To consolidate implementations of similar components, fix the a11y problems, and unify the UX, EuiFilterGroup should be rewritten using EuiSelectable.
On top of EuiSelectable, EuiFilterGroup's multi-select largely provides:
I think the EUI team prefers to keep the EuiComoboBox component and to wrap EuiSelectable within it but another implementation option is to add a "renderAs" prop (or something along those lines) to EuiSelectable to adjust styling.
The text was updated successfully, but these errors were encountered: