Tab key functionality is broken when using DatePicker within the MUI DataGrid #15965
Labels
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
support: docs-feedback
Feedback from documentation page
Related page
https://mui.com/x/react-data-grid/custom-columns/#date-pickers
Kind of issue
Broken demo
Issue description
Well, kind of broken. Integrating MUI DatePickers this way has one downside: If you switch to editMode="row" for your grid, the tab key can no longer be used to move between the fields in the edited row. And if you select a date (dateTime) field, you cannot use the tab key to move out. I wonder if there is an easy way to fix this?
Steps to reproduce:
<DataGrid rows={rows} columns={columns} editMode="row" />
Context
I simply want to integrate DatePicker (which is much more eye-pleasing and robust to my DataGrid implementation, but have to edit my grid in the "row" mode, not the "cell" mode.
Search keywords: TAB DataGrid DatePicker broken
The text was updated successfully, but these errors were encountered: