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 c6b619f commit 3e7faf3Copy full SHA for 3e7faf3
src/TimeRangePicker.tsx
@@ -81,7 +81,7 @@ type TimeRangePickerProps = {
81
onClockOpen?: () => void;
82
onFocus?: (event: React.FocusEvent<HTMLDivElement>) => void;
83
openClockOnFocus?: boolean;
84
- portalContainer?: HTMLElement;
+ portalContainer?: HTMLElement | null;
85
rangeDivider?: React.ReactNode;
86
required?: boolean;
87
secondAriaLabel?: string;
0 commit comments