intelicoreact 1.5.28 → 1.5.29

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.
@@ -346,7 +346,7 @@ const Input = /*#__PURE__*/_react.default.forwardRef((_ref, ref) => {
346
346
  }),
347
347
  placeholder,
348
348
  value: formatedValue,
349
- inputMode: isNumericMobileKeyboard ? "numeric" : "text",
349
+ inputMode: isNumericMobileKeyboard ? "decimal" : "text",
350
350
  disabled,
351
351
  onChange: handle.change,
352
352
  onFocus: handle.focus,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.5.28",
3
+ "version": "1.5.29",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [