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 4c34afc commit c8a8b15Copy full SHA for c8a8b15
src/DateTimePicker.tsx
@@ -91,7 +91,7 @@ type DateTimePickerProps = {
91
onClockOpen?: () => void;
92
onFocus?: (event: React.FocusEvent<HTMLDivElement>) => void;
93
openWidgetsOnFocus?: boolean;
94
- portalContainer?: HTMLElement;
+ portalContainer?: HTMLElement | null;
95
required?: boolean;
96
secondAriaLabel?: string;
97
secondPlaceholder?: string;
0 commit comments