We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facfbb8 commit 2bf567bCopy full SHA for 2bf567b
packages/core/src/components/DatePicker/DatePickerComponent.tsx
@@ -18,7 +18,7 @@ const DatePickerComponent: React.FC<React.PropsWithChildren<Props>> = ({
18
<DateTimePicker
19
date={value}
20
mode={mode}
21
- onDateChange={onChange}
+ onDateChange={(date) => onChange(null, date)}
22
minimumDate={minimumDate}
23
maximumDate={maximumDate}
24
/>
0 commit comments