intelicoreact 0.2.72 → 0.2.73

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.
@@ -604,7 +604,7 @@ function InputMask2() {
604
604
  'input-mask_value_item--digit': (0, _functions.isDigitMaskChar)(obj.maskChar),
605
605
  'input-mask_value_item--letter': (0, _functions.isLetterMaskChar)(obj.maskChar),
606
606
  'input-mask_value_item--spec': obj.isSpecialSymbol,
607
- 'input-mask_value_item--hidden': inputValue.length === maskPattern.length
607
+ 'input-mask_value_item--hidden': i < inputValue.length
608
608
  }),
609
609
  ref: ref
610
610
  }, !isFocused && hideMaskOnBlur && getClearInnerValueAsString().length === 0 ? _config.SPACE_CHAR : isSpecialSymbol ? maskChar : char === '' ? getPlaceholderCharByIndex(i) : char);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "0.2.72",
3
+ "version": "0.2.73",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [