diff --git a/components/ui/multiple-select.tsx b/components/ui/multiple-select.tsx index 85501ae6..b94ebf8e 100644 --- a/components/ui/multiple-select.tsx +++ b/components/ui/multiple-select.tsx @@ -242,6 +242,7 @@ const MultipleSelect = ({ inputValue={fieldState.inputValue} onSelectionChange={onSelectionChange} onInputChange={onInputChange} + shouldCloseOnBlur={false} >
({ style={{ width: `${width}px` }} triggerRef={triggerRef} trigger="ComboBox" + shouldCloseOnBlur={false} >