@oliasoft-open-source/react-ui-library 3.6.0 → 3.6.1-beta-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/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -62219,6 +62219,7 @@ const NumberInput = ({
|
|
|
62219
62219
|
};
|
|
62220
62220
|
useEffect(() => {
|
|
62221
62221
|
const { valid, errors } = validateInputValue(value);
|
|
62222
|
+
setDisplayValue(value);
|
|
62222
62223
|
if (valid) {
|
|
62223
62224
|
setValidationError(null);
|
|
62224
62225
|
validationCallback(name2, null);
|
package/package.json
CHANGED