Skip to content

Commit

Permalink
Merge pull request #883 from bcgov/daniel/feat-hide-clear-863
Browse files Browse the repository at this point in the history
feat: Remove clear button from Grid Date Editor
  • Loading branch information
AlexZorkin authored Sep 5, 2024
2 parents c2149f4 + 0694959 commit 3e31fb7
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 3e31fb7

Please sign in to comment.