@northlight/ui 2.32.0 → 2.32.1
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/umd/northlight.cjs
CHANGED
|
@@ -14342,7 +14342,7 @@
|
|
|
14342
14342
|
if (!ramda.is(Number, inputValue) && defaultToZeroIfEmpty) {
|
|
14343
14343
|
handleInputChange(clamp(min, max, 0));
|
|
14344
14344
|
}
|
|
14345
|
-
}, [valueProp == null ? void 0 : valueProp.input]);
|
|
14345
|
+
}, [valueProp == null ? void 0 : valueProp.input, defaultToZeroIfEmpty]);
|
|
14346
14346
|
return /* @__PURE__ */ React.createElement(react.InputGroup, null, /* @__PURE__ */ React.createElement(
|
|
14347
14347
|
FormattedNumberInput,
|
|
14348
14348
|
__spreadValues$1({
|