You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no way to override the default aria-label for table row selection checkboxes. It is hardcoded as Select this row. For screen reader users we need to provide extra information to identify the row that is being checked/unchecked e.g. 'Select ML job apache logs'.
Currently there is no way to override the default aria-label for table row selection checkboxes. It is hardcoded as
Select this row
. For screen reader users we need to provide extra information to identify the row that is being checked/unchecked e.g. 'Select ML job apache logs'.See https://github.com/elastic/eui/blob/master/src/components/basic_table/basic_table.js#L770-L785
Originally filed as issue elastic/kibana#28390
The text was updated successfully, but these errors were encountered: