Skip to content

Commit

Permalink
forward min and max date
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 18, 2024
1 parent 4444678 commit 261b9fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/form/DatePickerField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ const DatePickerField = <
<DatePicker
name={name}
value={value}
minDate={minDate}
maxDate={maxDate}
onChange={handleChange}
slotProps={{
textField: {
Expand Down

0 comments on commit 261b9fe

Please sign in to comment.