We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
useControllableState
1 parent a38d015 commit 4a87ab3Copy full SHA for 4a87ab3
1 file changed
packages/core/src/components/date-picker/date-picker.tsx
@@ -62,7 +62,6 @@ export function DatePicker(props: DatePickerProps) {
62
63
const { visible, onClose, onOpen } = useVisible({});
64
const [value, updateValue] = useControllableState<Dayjs>({
65
- name: 'DatePicker',
66
value: formatDateValue(valueProp, format),
67
defaultValue: formatDateValue(defaultValue, format),
68
onChange: (date: Dayjs) => {
0 commit comments