diff --git a/packages/core/src/select/select.tsx b/packages/core/src/select/select.tsx index a5fb7d91..c868fce1 100644 --- a/packages/core/src/select/select.tsx +++ b/packages/core/src/select/select.tsx @@ -208,6 +208,7 @@ export const Select = (props: SelectProps) => { if (!option) return if (option.disabled) return onSelect(option, dismiss, clear) + // TODO: find out why this happens (maybe related to virtualization) // refocus the elment because the forced scrolling (useEffect) // causes the element to lose focus if (as == 'virtual') {