Change the input type
-
Hi!
Loving the plugin, I was wondering if you could add an option to let the user choose the type of input so that on Android and iOS the correct keyboard shows up.
So far, it seems that all inputs use
type="text"
which brings up the complete keyboard which is a bit of a pain, especially for quantity inputs where all you need is just a numeric keyboard.You can read more on the topic here: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode
For a quick example, a proper choice of input type for the Quantity Field would be
type="decimal"
which is a keyboard made of numbers with the option of putting commas/dots for decimal values.Thanks!
– Luca
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change the input type’ is closed to new replies.