Description
We have a couple of reported issues within #3637 related to the EuiBasicTable actions API.
The problem is with the default aria-label that we set for euiCollapsedItemActionsButton. For each row, it has the value All actions, which causes accessibility issues for users who use screen readers.
Unfortunately, the current API doesn't allow us to override the aria-label attribute. I see we can fix that issue by using CustomItemAction, but not sure that we should do that. Ideally, will be to find a way to address it for DefaultItemAction.
Could you please give us recommendations on how to resolve these issues?
Screen

Description
We have a couple of reported issues within #3637 related to the
EuiBasicTableactions API.The problem is with the default
aria-labelthat we set foreuiCollapsedItemActionsButton. For each row, it has the valueAll actions, which causes accessibility issues for users who use screen readers.Unfortunately, the current API doesn't allow us to override the
aria-labelattribute. I see we can fix that issue by usingCustomItemAction, but not sure that we should do that. Ideally, will be to find a way to address it forDefaultItemAction.Could you please give us recommendations on how to resolve these issues?
Screen