intelicoreact 0.1.82 → 0.1.83

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.
@@ -1123,6 +1123,9 @@ function InputMask() {
1123
1123
  });
1124
1124
  setMaskRendered(true);
1125
1125
  }, [maskPattern]);
1126
+ (0, _react.useEffect)(function () {
1127
+ if (value !== getClearInnerValueAsString()) setIsInitValue(false);
1128
+ }, [value]);
1126
1129
  (0, _react.useEffect)(function () {
1127
1130
  if (!isMaskRendered || isInitValue || value === getClearInnerValueAsString()) return false;
1128
1131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "0.1.82",
3
+ "version": "0.1.83",
4
4
  "description": "hotfix/InputMaskOnChange | Add Possibility To Revert Clear Value and Masked Value in OnChange Callback",
5
5
  "main": "dist/index.js",
6
6
  "files": [