[data grid] Did the behavior of onRowSelectionModelChange change in version 7.21.0? #15097
Labels
component: data grid
This is the name of the generic UI component, not the React module!
support: commercial
Support request from paid users
support: premium standard
Support request from a Premium standard plan user. https://mui.com/legal/technical-support-sla/
support: question
Community support but can be turned into an improvement
The problem in depth
When using version 7.21.0, clicking on a row fires onRowSelectionModelChange multiple times. Calls after the first call are passed an empty row selection.
When using version 7.20.0 and earlier the behavior is correct - onRowSelectionModelChange is only called once and is passed the correct row selection.
Why did the behavior change?
Using the follow component to test.
Your environment
`npx @mui/envinfo`
Search keywords: grid, onSelectionModelChange
Order ID: 45466
The text was updated successfully, but these errors were encountered: