hplx-react-elements-dev 1.0.62 → 1.0.63
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 +4 -4
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -17378,9 +17378,9 @@ var DoubleInput = function DoubleInput(_a) {
|
|
|
17378
17378
|
active = _0[0],
|
|
17379
17379
|
setActive = _0[1];
|
|
17380
17380
|
|
|
17381
|
-
var _1 = useState(false)
|
|
17382
|
-
|
|
17383
|
-
setSuffixActive = _1[1];
|
|
17381
|
+
var _1 = useState(false);
|
|
17382
|
+
_1[0];
|
|
17383
|
+
var setSuffixActive = _1[1];
|
|
17384
17384
|
|
|
17385
17385
|
var handleFocus = function handleFocus(event) {
|
|
17386
17386
|
setActive(true);
|
|
@@ -17402,7 +17402,7 @@ var DoubleInput = function DoubleInput(_a) {
|
|
|
17402
17402
|
}
|
|
17403
17403
|
|
|
17404
17404
|
if (suffixWrapperRef.current && !suffixWrapperRef.current.contains(e.target)) {
|
|
17405
|
-
|
|
17405
|
+
suffixValueChanged && onlySuffixDropdownItemsAllowed && setSuffixValue("");
|
|
17406
17406
|
setShowSuffixDropdown(false);
|
|
17407
17407
|
}
|
|
17408
17408
|
};
|