intelicoreact 1.1.55 → 1.1.57

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.
@@ -418,7 +418,8 @@ function InputMask3() {
418
418
  };
419
419
  });
420
420
  var clearValue = (_getInputValue = getInputValue({
421
- noLastTyppedCharIndexCheck: true
421
+ noLastTyppedCharIndexCheck: true,
422
+ noHide: true
422
423
  })) === null || _getInputValue === void 0 ? void 0 : (_getInputValue$split = _getInputValue.split('')) === null || _getInputValue$split === void 0 ? void 0 : _getInputValue$split.reduce(function (resultStr, symbol, i) {
423
424
  if (!symbolsInfo[i].isSpecialSymbol || symbolsInfo[i].isCharSymbol) resultStr += symbol;
424
425
  return resultStr;
@@ -666,7 +667,8 @@ function InputMask3() {
666
667
 
667
668
  setError(false);
668
669
  var values = [getClearInnerValueAsString(), getInputValue({
669
- noLastTyppedCharIndexCheck: true
670
+ noLastTyppedCharIndexCheck: true,
671
+ noHide: true
670
672
  })];
671
673
  if (returnMaskedValue) values.reverse();
672
674
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.1.55",
3
+ "version": "1.1.57",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [