intelicoreact 0.1.31 → 0.1.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.
@@ -216,7 +216,7 @@ var Input = /*#__PURE__*/_react.default.forwardRef(function (_ref, ref) {
216
216
  className: "input ".concat(className),
217
217
  placeholder: placeholder,
218
218
  value: value || '',
219
- inputmode: isNumericMobileKeyboard ? "numeric" : "none",
219
+ inputmode: isNumericMobileKeyboard ? "numeric" : "text",
220
220
  disabled: disabled,
221
221
  onChange: handle.change,
222
222
  onFocus: handle.focus,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "fixes",
5
5
  "main": "dist/index.js",
6
6
  "files": ["dist/*", "node_modules/anme/*", "node_modules/moment/*", "node_modules/moment-timezone/*"],