Closed Misterion96 closed 1 month ago
The number
type cannot store characters other than numbers, so it cannot be used in formatted input, but you can use the inputmode
attribute with a value of numeric
to display the desired keyboard.
@GoncharukBro
It works just fine for my scenarios. Thank you
I'm developing an app based on the “mobile first” principle
All my potential users will be entering a number and I would like them to be shown a keyboard for entering a number, not a phone number.
I understand this is such a limitation now to make it easier to work with strings, but are there any plans to add type="number" support for InputNumberFormat ?
This would greatly improve the UX of the user