0
<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?

Here is the example how Revolut app have it:

user3241620
  • 95
  • 1
  • 1
  • 11

1 Answers1

0

<input type="number"> in iOS should show a keyboard with numbers and punctuation:

iOS 9 keyboard

This is the closest you can get to your desired keyboard in HTML.

See more from Filament Group

Phillip
  • 6,033
  • 3
  • 24
  • 34