@underverse-ui/underverse 1.0.110 → 1.0.111
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api-reference.json +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/api-reference.json
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -7425,7 +7425,7 @@ var Combobox = ({
|
|
|
7425
7425
|
useShadCNAnimations();
|
|
7426
7426
|
const inputRef = React24.useRef(null);
|
|
7427
7427
|
const optionsViewportRef = React24.useRef(null);
|
|
7428
|
-
useOverlayScrollbarTarget(optionsViewportRef, { enabled: useOverlayScrollbar && !virtualized });
|
|
7428
|
+
useOverlayScrollbarTarget(optionsViewportRef, { enabled: open && useOverlayScrollbar && !virtualized });
|
|
7429
7429
|
const autoId = (0, import_react15.useId)();
|
|
7430
7430
|
const resolvedId = id ? String(id) : `combobox-${autoId}`;
|
|
7431
7431
|
const labelId = label ? `${resolvedId}-label` : void 0;
|
|
@@ -15763,7 +15763,7 @@ var MultiCombobox = ({
|
|
|
15763
15763
|
const inputRef = React39.useRef(null);
|
|
15764
15764
|
const listRef = React39.useRef([]);
|
|
15765
15765
|
const optionsListRef = React39.useRef(null);
|
|
15766
|
-
useOverlayScrollbarTarget(optionsListRef, { enabled: useOverlayScrollbar && !virtualized });
|
|
15766
|
+
useOverlayScrollbarTarget(optionsListRef, { enabled: open && useOverlayScrollbar && !virtualized });
|
|
15767
15767
|
const triggerRef = React39.useRef(null);
|
|
15768
15768
|
useShadCNAnimations();
|
|
15769
15769
|
const normalizedOptions = React39.useMemo(
|