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 7a284a4 commit bea162cCopy full SHA for bea162c
src/DateTimeRangePicker.tsx
@@ -91,7 +91,7 @@ type DateTimeRangePickerProps = {
91
onClockOpen?: () => void;
92
onFocus?: (event: React.FocusEvent<HTMLDivElement>) => void;
93
openWidgetsOnFocus?: boolean;
94
- portalContainer?: HTMLElement;
+ portalContainer?: HTMLElement | null;
95
rangeDivider?: React.ReactNode;
96
required?: boolean;
97
secondAriaLabel?: string;
0 commit comments