- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Iโd like to request that when a number or currency field is selected in a public Form on a mobile device, the selection trigger the launching of the native number keypad, rather than the text keyboard. These fields only allow numeric input, so it would be much more convenient, on a mobile device, if I did not have to tap the 123
button (iOS) to switch to the number keyboard before entering data.
Currently, number and currency fields are implemented as <input type="text">
. If they were implemented as <input type="number">
, Iโm pretty sure they would trigger the keyboard to launch as the number keyboard by default.
Iโm sure there is some technical implementation reason why Airtable chose to implement them as text fields, but Iโd still like to put this out there as a feature request, for the sake of user-convenienceโฆ Airtable, if you can figure out how to make it work with semantic number fields, it would be kind of nice :slightly_smiling_face: