Skip to content

Commit 02aa4f2

Browse files
author
Eric Olkowski
committed
Updated docs, resolved warning on build
1 parent 617c8d3 commit 02aa4f2

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface DropdownPopperProps {
1717
maxWidth?: string | 'trigger';
1818
/** Enable to flip the popper when it reaches the boundary */
1919
enableFlip?: boolean;
20-
/** The container to append the popper to. Defaults to 'inline'. */
20+
/** The container to append the popper to. Defaults to document.body. */
2121
appendTo?: HTMLElement | (() => HTMLElement) | 'inline';
2222
/** Flag to prevent the popper from overflowing its container and becoming partially obscured. */
2323
preventOverflow?: boolean;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface SelectPopperProps {
1717
maxWidth?: string | 'trigger';
1818
/** Enable to flip the popper when it reaches the boundary */
1919
enableFlip?: boolean;
20-
/** The container to append the select to. Defaults to 'inline'.
20+
/** The container to append the select to. Defaults to document.body.
2121
* If your select is being cut off you can append it to an element higher up the DOM tree.
2222
* Some examples:
2323
* appendTo="inline"

packages/react-core/src/deprecated/components/DualListSelector/examples/DualListSelector.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ DualListSelectorListItem as DLSListItemDeprecated,
2727
DualListSelectorControlsWrapper as DLSControlsWrapperDeprecated,
2828
DualListSelectorControl as DLSControlDeprecated,
2929
DualListSelectorTree as DLSTreeDeprecated,
30-
DualListSelectorTreeItemData as DLSTreeItemDataDeprecated,
3130
} from '@patternfly/react-core/deprecated';
3231
import AngleDoubleLeftIcon from '@patternfly/react-icons/dist/esm/icons/angle-double-left-icon';
3332
import AngleLeftIcon from '@patternfly/react-icons/dist/esm/icons/angle-left-icon';

0 commit comments

Comments
 (0)