intelicoreact 0.3.31 → 0.3.32

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.
@@ -1361,7 +1361,9 @@ function InputMask() {
1361
1361
  return onCharClick(e, i);
1362
1362
  },
1363
1363
  onFocus: function onFocus() {
1364
- if (isUseAutoSelect) inputRef.current.select();
1364
+ var _inputRef$current;
1365
+
1366
+ if (isUseAutoSelect) inputRef === null || inputRef === void 0 ? void 0 : (_inputRef$current = inputRef.current) === null || _inputRef$current === void 0 ? void 0 : _inputRef$current.select();
1365
1367
  if (_onFocus) _onFocus.apply(void 0, arguments);
1366
1368
  },
1367
1369
  onBlur: onBlur,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "0.3.31",
3
+ "version": "0.3.32",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [