diff --git a/packages/react-core/src/components/Popover/Popover.tsx b/packages/react-core/src/components/Popover/Popover.tsx index 5a9edfecccd..3b16d0446f8 100644 --- a/packages/react-core/src/components/Popover/Popover.tsx +++ b/packages/react-core/src/components/Popover/Popover.tsx @@ -415,7 +415,7 @@ export const Popover: React.FunctionComponent = ({ ref={popoverRef} active={focusTrapActive} focusTrapOptions={{ - returnFocusOnDeactivate: true, + returnFocusOnDeactivate: propWithFocusTrap !== false, clickOutsideDeactivates: true, // FocusTrap's initialFocus can accept false as a value to prevent initial focus. // We want to prevent this in case false is ever passed in.