@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
package/dist/ui-core.esm.js
CHANGED
|
@@ -1358,7 +1358,8 @@ var StackedMultiSelect = /*#__PURE__*/React__default.forwardRef(function (_ref2,
|
|
|
1358
1358
|
}
|
|
1359
1359
|
}, [boundingClientRect]);
|
|
1360
1360
|
useOnClickOutside(dropdownRef, function () {
|
|
1361
|
-
|
|
1361
|
+
setSearchValue('');
|
|
1362
|
+
setIsFocussed(false);
|
|
1362
1363
|
});
|
|
1363
1364
|
// gets latest watched form value (common delimited) from RHF state and creates a list
|
|
1364
1365
|
useEffect(function () {
|
|
@@ -1796,7 +1797,7 @@ var StackedPilledInput = /*#__PURE__*/React__default.forwardRef(function (_ref2,
|
|
|
1796
1797
|
}
|
|
1797
1798
|
},
|
|
1798
1799
|
ref: scrollRef,
|
|
1799
|
-
zIndex:
|
|
1800
|
+
zIndex: 99,
|
|
1800
1801
|
onKeyDown: onHandleKeyDown
|
|
1801
1802
|
}, lastestFormValueToArray.length ? lastestFormValueToArray.map(function (label, index) {
|
|
1802
1803
|
return /*#__PURE__*/React__default.createElement(Box, {
|