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 2330f72 commit 22fb92dCopy full SHA for 22fb92d
packages/react-core/src/components/DatePicker/DatePicker.tsx
@@ -16,7 +16,7 @@ import { isValidDate } from '../../helpers/datetimeUtils';
16
export interface DatePickerProps
17
extends CalendarFormat,
18
Omit<React.HTMLProps<HTMLInputElement>, 'onChange' | 'onFocus' | 'onBlur' | 'disabled' | 'ref'> {
19
- /** The container to append the menu to. Defaults to 'parent'.
+ /** The container to append the menu to. Defaults to 'inline'.
20
* If your menu is being cut off you can append it to an element higher up the DOM tree.
21
* Some examples:
22
* menuAppendTo={() => document.body};
0 commit comments