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
|
|