fix(web): prevent multi-select popover from closing on first selection (#17310)

This commit is contained in:
chanx
2026-07-24 09:29:40 +08:00
committed by GitHub
parent 35e1cc77e8
commit 3dc298dbf5

View File

@@ -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}
>
<Command className="p-5 pb-8" shouldFilter={shouldFilter}>