intelicoreact 1.1.55 → 1.1.56

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.
@@ -666,7 +666,8 @@ function InputMask3() {
666
666
 
667
667
  setError(false);
668
668
  var values = [getClearInnerValueAsString(), getInputValue({
669
- noLastTyppedCharIndexCheck: true
669
+ noLastTyppedCharIndexCheck: true,
670
+ noHide: true
670
671
  })];
671
672
  if (returnMaskedValue) values.reverse();
672
673
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.1.55",
3
+ "version": "1.1.56",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [