diff --git a/packages/react-core/src/components/ContextSelector/ContextSelector.tsx b/packages/react-core/src/components/ContextSelector/ContextSelector.tsx index 307c81ddfc1..c6db61c2fb2 100644 --- a/packages/react-core/src/components/ContextSelector/ContextSelector.tsx +++ b/packages/react-core/src/components/ContextSelector/ContextSelector.tsx @@ -95,7 +95,7 @@ export class ContextSelector extends React.Component +
{isOpen && ( = ({ alignments, contextProps, menuAppendTo = 'inline', - isFlipEnabled = false, + isFlipEnabled = true, removeFindDomNode = false, ...props }: DropdownProps) => ( diff --git a/packages/react-core/src/components/Dropdown/DropdownWithContext.tsx b/packages/react-core/src/components/Dropdown/DropdownWithContext.tsx index 7cca3a3a111..1cf7ff0638f 100644 --- a/packages/react-core/src/components/Dropdown/DropdownWithContext.tsx +++ b/packages/react-core/src/components/Dropdown/DropdownWithContext.tsx @@ -30,7 +30,7 @@ export class DropdownWithContext extends React.Component undefined, autoFocus: true, menuAppendTo: 'inline', - isFlipEnabled: false + isFlipEnabled: true }; constructor(props: DropdownProps & OUIAProps) { @@ -93,15 +93,14 @@ export class DropdownWithContext extends React.Component {({ baseClass, baseComponent, id: contextId, ouiaId, ouiaComponentType, ouiaSafe, alignments }) => { const BaseComponent = baseComponent as any; const menuContainer = (