diff --git a/packages/react-core/src/helpers/Popper/Popper.tsx b/packages/react-core/src/helpers/Popper/Popper.tsx index 1b08b7e52aa..d3d49a591ae 100644 --- a/packages/react-core/src/helpers/Popper/Popper.tsx +++ b/packages/react-core/src/helpers/Popper/Popper.tsx @@ -51,7 +51,7 @@ export const getOpacityTransition = (animationDuration: number) => export interface PopperOptions { /** popper direction */ direction?: 'up' | 'down'; - /** popper position */ + /** Horizontal position of the popper. Use the additional prop preventOverflow if seeing clipping. */ position?: 'right' | 'left' | 'center' | 'start' | 'end'; /** Instead of direction and position can set the placement of the popper */ placement?: Placement;