[data grid] Actions grid column type prevents row mode change using tab navigation #12249
Labels
accessibility
a11y
bug 🐛
Something doesn't work
component: data grid
This is the name of the generic UI component, not the React module!
Steps to reproduce
Link to live example: https://mui.com/x/react-data-grid/editing/#full-featured-crud
Steps:
actions
column definition incolumns
array to be any position other than first or lastCurrent behavior
When editing a row with an actions column as the final column in the data grid, tabbing through the fields causes the focus to break out of the data grid and will not place the row back in the view state upon exit.
Expected behavior
Hitting tab when the focus is on the final column in the data grid while in edit mode should place the current mode back into view mode and move the focus to the next row.
Context
I'm trying to build a data entry table that supports keyboard navigation but has several actions buttons in the final column. When not using the actions column, users can easily edit rows and use tab to move through cells and onto subsequent rows. The actions column as the final column breaks that same navigation sequence.
Your environment
npx @mui/envinfo
Search keywords: Actions Column Focus Row Edit
The text was updated successfully, but these errors were encountered: