File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/components/form/date-pickers Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ function DatePickerInput(
63
63
InputProps : { readOnly : props . readOnly } ,
64
64
} ,
65
65
} }
66
- onAccept = { props . onChange }
66
+ onChange = { props . onChange }
67
67
minDate = { props . minDate }
68
68
maxDate = { props . maxDate }
69
69
views = { props . views }
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ function DateTimePickerInput(
65
65
} ,
66
66
} ,
67
67
} }
68
- onAccept = { props . onChange }
68
+ onChange = { props . onChange }
69
69
minDate = { props . minDate }
70
70
maxDate = { props . maxDate }
71
71
views = { props . views }
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ function TimePickerInput(
68
68
} ,
69
69
} ,
70
70
} }
71
- onAccept = { props . onChange }
71
+ onChange = { props . onChange }
72
72
views = { props . views }
73
73
format = { props . format }
74
74
data-testid = { props . testId }
You can’t perform that action at this time.
0 commit comments