Skip to content

Commit

Permalink
added change from mui#12092 without the value type checks
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen committed Feb 19, 2024
1 parent 9682fa1 commit 6db2e18
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -187,7 +187,7 @@ const GridEditDateInput = styled(InputBase)({
});

function WrappedGridEditDateInput(props: TextFieldProps) {
const { InputProps, ...other } = props;
const { InputProps, focused, ...other } = props;
return (
<GridEditDateInput fullWidth {...InputProps} {...(other as InputBaseProps)} />
);
Expand Down

0 comments on commit 6db2e18

Please sign in to comment.