@oliasoft-open-source/react-ui-library 3.5.3 → 3.5.4
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 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -62014,7 +62014,7 @@ const NumberInput = ({
|
|
|
62014
62014
|
name: name2
|
|
62015
62015
|
}
|
|
62016
62016
|
});
|
|
62017
|
-
setDisplayValue(
|
|
62017
|
+
setDisplayValue(newValue);
|
|
62018
62018
|
setValidationError(null);
|
|
62019
62019
|
validationCallback(name2, null);
|
|
62020
62020
|
} else {
|
package/package.json
CHANGED