Skip to content

Commit 22fb92d

Browse files
chore(docs): updated default prop value stated in jsdoc
1 parent 2330f72 commit 22fb92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/DatePicker/DatePicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { isValidDate } from '../../helpers/datetimeUtils';
1616
export interface DatePickerProps
1717
extends CalendarFormat,
1818
Omit<React.HTMLProps<HTMLInputElement>, 'onChange' | 'onFocus' | 'onBlur' | 'disabled' | 'ref'> {
19-
/** The container to append the menu to. Defaults to 'parent'.
19+
/** The container to append the menu to. Defaults to 'inline'.
2020
* If your menu is being cut off you can append it to an element higher up the DOM tree.
2121
* Some examples:
2222
* menuAppendTo={() => document.body};

0 commit comments

Comments
 (0)