diff --git a/changelogs/upcoming/7448.md b/changelogs/upcoming/7448.md index bc8e1e3eecc7..ac918fe177bb 100644 --- a/changelogs/upcoming/7448.md +++ b/changelogs/upcoming/7448.md @@ -4,3 +4,4 @@ - Headers are now always navigable by arrow key, regardless of whether the header cells contain interactive content - Non-expandable cells containing any amount of interactive content now must be entered via Enter or F2 keypress - Expandable cells continue to be toggled via Enter or F2 keypress +- `EuiDataGrid` now provides a direct screen reader hint for Enter key behavior for expandable & interactive cells diff --git a/src/components/datagrid/__snapshots__/data_grid.test.tsx.snap b/src/components/datagrid/__snapshots__/data_grid.test.tsx.snap index 4327dfe50c4c..e0ec7f6aa4aa 100644 --- a/src/components/datagrid/__snapshots__/data_grid.test.tsx.snap +++ b/src/components/datagrid/__snapshots__/data_grid.test.tsx.snap @@ -725,6 +725,8 @@ exports[`EuiDataGrid rendering renders additional toolbar controls 1`] = ` > - A, column 1, row 1 + - + Press the Enter key to expand this cell.
+ - + Press the Enter key to interact with this cell's contents. +
+
+ {' - '}
+