Skip to content

Commit

Permalink
[DataGrid] Fix: base Select onClose (#16557)
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk authored Feb 12, 2025
1 parent 9b36487 commit 1f4c726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x-data-grid/src/material/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,9 @@ function BaseSelect(props: GridSlotProps['baseSelect']) {
inputProps={slotProps?.htmlInput}
onOpen={onOpen}
MenuProps={{
onClose,
PaperProps: {
onKeyDown,
onClose,
},
}}
size={size}
Expand Down

0 comments on commit 1f4c726

Please sign in to comment.