[data grid] The grid crashes when it enters into edit mode if any of it's columns is of type "single select" #15939
Labels
bug 🐛
Something doesn't work
component: data grid
This is the name of the generic UI component, not the React module!
feature: Editing
Related to the data grid Editing feature
support: premium standard
Support request from a Premium standard plan user. https://mui.com/legal/technical-support-sla/
Steps to reproduce
When implementing the edit functionality in the
DataGridPremium
and using a column with thesingleSelect
type (such as a dropdown), an issue arises where, upon entering edit mode, this column automatically receives focus. As a result, the user is forced to make a selection in this dropdown before they can interact with other controls or fields in the grid.This behavior can be frustrating for users because it restricts their ability to freely navigate and interact with other cells without first interacting with the dropdown. It forces the user to make a choice in the
singleSelect
field, even if they don't intend to change the value, disrupting their workflow.Steps:
Edit
(Pencil Icon) button on any of the row.Current behavior
As soon as row enters into edit mode drop down automatically shows up and until any of the option is selected user is not allowed to anything else.
Expected behavior
Row should be entered into edit mode and dropdown shouldn't open until user clicks on it.
Context
No response
Your environment
npx @mui/envinfo
Search keywords: Edit DataGridPremium
Order ID: 89881
The text was updated successfully, but these errors were encountered: