a11y: Replace ButtonMultiAction
with dropdown menu component
#13196
Labels
kind/enhancement
kind/tech-debt
Technical debt
QA/dev-automation
Issues that engineers have written automation around so QA doesn't have look at this
Bulkable actions follow the dropdown menu pattern and can utilize the dropdown menu component.
Details
Actions are condensed down into a single
ActionDropdown
when there is not enough space on a page to display all bulkable table actions in a single row. This dropdown contains a special implementation that does not take into account accessibility or keyboard interactions. This should be replaced with a common dropdown component.Acceptance criteria
ActionDropdown
implementation is replaced with the Dropdown Menu componentActionDropdown
has keyboard interactions that are consistent with other dropdown menus in DashboardActionDropdown
does not regress in terms on content that it displays and when it is renderedScreenshots
The text was updated successfully, but these errors were encountered: