hplx-react-elements-dev 1.0.68 → 1.0.69
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/esm/index.js +2 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -2138,7 +2138,7 @@ var DropdownItems = function DropdownItems(_a) {
|
|
|
2138
2138
|
};
|
|
2139
2139
|
|
|
2140
2140
|
return jsxRuntime.exports.jsxs("div", __assign({
|
|
2141
|
-
|
|
2141
|
+
onMouseUp: function onMouseUp(e) {
|
|
2142
2142
|
!disabled && handleOnSelect(e);
|
|
2143
2143
|
},
|
|
2144
2144
|
className: "hplxt-h-10 hplxt-flex hplxt-items-center hplxt-px-2 ".concat(disabled ? "hplxt-cursor-not-allowed" : "hover:hplxt-bg-Blue_gray-100 hplxt-cursor-pointer", " ").concat(className),
|
|
@@ -17696,6 +17696,7 @@ var InputTag = function InputTag(_a) {
|
|
|
17696
17696
|
handleValChange && handleValChange(value); // setShowDropdown(false);
|
|
17697
17697
|
|
|
17698
17698
|
setFocusIndex(-1);
|
|
17699
|
+
setDropdownArr(options);
|
|
17699
17700
|
};
|
|
17700
17701
|
|
|
17701
17702
|
useEffect(function () {
|