Skip to content

Commit

Permalink
Allow portalContainer to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Apr 5, 2023
1 parent 5c323b2 commit 482b348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DateTimeRangePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ type DateTimeRangePickerProps = {
onClockOpen?: () => void;
onFocus?: (event: React.FocusEvent<HTMLDivElement>) => void;
openWidgetsOnFocus?: boolean;
portalContainer?: HTMLElement;
portalContainer?: HTMLElement | null;
rangeDivider?: React.ReactNode;
required?: boolean;
secondAriaLabel?: string;
Expand Down

0 comments on commit 482b348

Please sign in to comment.