@xqmsg/ui-core 0.24.6 → 0.24.7
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/dist/ui-core.cjs.development.js +3 -2
- package/dist/ui-core.cjs.development.js.map +1 -1
- package/dist/ui-core.cjs.production.min.js +1 -1
- package/dist/ui-core.cjs.production.min.js.map +1 -1
- package/dist/ui-core.esm.js +3 -2
- package/dist/ui-core.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/input/StackedMultiSelect/index.tsx +4 -1
- package/src/components/input/StackedPilledInput/index.tsx +1 -1
|
@@ -1365,7 +1365,8 @@ var StackedMultiSelect = /*#__PURE__*/React__default.forwardRef(function (_ref2,
|
|
|
1365
1365
|
}
|
|
1366
1366
|
}, [boundingClientRect]);
|
|
1367
1367
|
useOnClickOutside(dropdownRef, function () {
|
|
1368
|
-
|
|
1368
|
+
setSearchValue('');
|
|
1369
|
+
setIsFocussed(false);
|
|
1369
1370
|
});
|
|
1370
1371
|
// gets latest watched form value (common delimited) from RHF state and creates a list
|
|
1371
1372
|
React.useEffect(function () {
|
|
@@ -1803,7 +1804,7 @@ var StackedPilledInput = /*#__PURE__*/React__default.forwardRef(function (_ref2,
|
|
|
1803
1804
|
}
|
|
1804
1805
|
},
|
|
1805
1806
|
ref: scrollRef,
|
|
1806
|
-
zIndex:
|
|
1807
|
+
zIndex: 99,
|
|
1807
1808
|
onKeyDown: onHandleKeyDown
|
|
1808
1809
|
}, lastestFormValueToArray.length ? lastestFormValueToArray.map(function (label, index) {
|
|
1809
1810
|
return /*#__PURE__*/React__default.createElement(react.Box, {
|