简体   繁体   中英

Javascript: How to show iOs numberic keyboard with a comma

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

这是Revolut应用如何拥有它的示例:

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

iOS 9键盘

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

See more from Filament Group

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM