Skip to content

Commit

Permalink
feat: Remove clear button from Grid Date Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaselhan committed Sep 5, 2024
1 parent d0ffcf2 commit 0694959
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ export const DateEditor = ({ value, onValueChange, minDate, maxDate }) => {
margin="normal"
id="date-picker-dialog"
format="yyyy-MM-dd"
slotProps={{
field: { clearable: true }
}}
value={selectedDate}
onChange={updateValue}
variant="inline"
Expand Down

0 comments on commit 0694959

Please sign in to comment.