intelicoreact 0.3.40 → 0.3.41

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.
@@ -564,7 +564,7 @@ function InputMask2() {
564
564
  if (value !== getInputValue()) setIsInitValue(false);
565
565
  }, [value]);
566
566
  (0, _react.useEffect)(function () {
567
- if (!isMaskRendered || isInitValue || value === getInputValue()) return false;
567
+ if (!isMaskRendered || isInitValue || value === getInputValue() && value !== "") return false;
568
568
  if (value && value !== '') setValue(value);
569
569
  setIsInitValue(true);
570
570
  }, [isMaskRendered, value, isInitValue]); // Default Focused
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "0.3.40",
3
+ "version": "0.3.41",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [