<input type="number">
This input doesn't let you add comma, which is handy for making ammount inputs.
Is there a way to add comma to the keyboard with javascript, like Revolut app did here?
<input type="number">
This input doesn't let you add comma, which is handy for making ammount inputs.
Is there a way to add comma to the keyboard with javascript, like Revolut app did here?
<input type="number">
in iOS should show a keyboard with numbers and punctuation:
This is the closest you can get to your desired keyboard in HTML.