diginet-core-ui 1.4.52-beta.11 → 1.4.52-beta.12

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.
@@ -359,11 +359,12 @@ const MoneyInput = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference
359
359
  }
360
360
  }
361
361
  }, [disabled, readOnly, value, prefix, suffix]);
362
- useEffect(() => {
363
- const valueInput = inputRef.current.value;
364
- inputRef.current.value = getValueWithDecimal(valueInput);
365
- }, [decimalDigit]);
366
- /* End handler */
362
+
363
+ // useEffect(() => {
364
+ // const valueInput = inputRef.current.value;
365
+ // inputRef.current.value = getValueWithDecimal(valueInput);
366
+ // }, [decimalDigit]);
367
+ // /* End handler */
367
368
 
368
369
  useImperativeHandle(reference, () => {
369
370
  const currentRef = ref.current || {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.4.52-beta.11",
3
+ "version": "1.4.52-beta.12",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "license": "UNLICENSED",