Fix Bug 66784 - combobox closing after dragging scroll outside dropdown

This commit is contained in:
Aleksandr Lushkin 2024-03-08 11:51:40 +01:00
parent c620ee750f
commit 94ccb0e9ab

View File

@ -278,7 +278,7 @@ const ComboBoxPure = (props: ComboboxProps) => {
isNoFixedHeightOptions={isNoFixedHeightOptions}
forceCloseClickOutside={forceCloseClickOutside}
withoutBackground={withoutBackground}
eventTypes={["click"]}
eventTypes={["mousedown"]}
>
{dropDownBody}
</DropDown>