diff --git a/web/src/components/ui/multi-select.tsx b/web/src/components/ui/multi-select.tsx index d2a191b3e8..8e80750d49 100644 --- a/web/src/components/ui/multi-select.tsx +++ b/web/src/components/ui/multi-select.tsx @@ -442,6 +442,7 @@ export const MultiSelect = React.forwardRef< className="w-auto p-0" align="start" onEscapeKeyDown={() => setIsPopoverOpen(false)} + onFocusOutside={(event) => event.preventDefault()} data-testid={popoverTestId} >