[DataGrid] Remove gridKeyboardMultipleKeySelector in useGridSelection #1437
Labels
component: data grid
This is the name of the generic UI component, not the React module!
core
Infrastructure work going on behind the scenes
Summary 💡
useGridSelection
relays in the state to detect if a multiple key is pressed (Shift or CTRL). This could be read from the event. There's an opportunity for an enhancement here that was raised in #1422 (comment).Motivation 🔦
Use the event as single source of truth.
The text was updated successfully, but these errors were encountered: