We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac6ade commit b9a2316Copy full SHA for b9a2316
1 file changed
packages/ui/src/components/_date-input/DateInput.tsx
@@ -418,6 +418,7 @@ function DateInput(props: DDateInputProps, ref: React.ForwardedRef<DDateInputRef
418
onClick={(e) => {
419
e.stopPropagation();
420
421
+ dataRef.current.inputValue = ['', ''];
422
_changeValue(null);
423
onClear?.();
424
}}
0 commit comments