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 9a174e3 commit e24acc9Copy full SHA for e24acc9
src/DateRangePicker.tsx
@@ -80,7 +80,7 @@ type DateRangePickerProps = {
80
onChange?: (value: Value) => void;
81
onFocus?: (event: React.FocusEvent<HTMLDivElement>) => void;
82
openCalendarOnFocus?: boolean;
83
- portalContainer?: HTMLElement;
+ portalContainer?: HTMLElement | null;
84
rangeDivider?: React.ReactNode;
85
required?: boolean;
86
showLeadingZeros?: boolean;
0 commit comments