mdgriffith / stylish-elephants

This project has matured and been released! Go here ->
https://github.com/mdgriffith/elm-ui
BSD 3-Clause "New" or "Revised" License
44 stars 8 forks source link

Add input field of type "tel" #70

Open lucamug opened 6 years ago

lucamug commented 6 years ago

It would be nice to have

so that on mobile phones the keyboard is optimised to type numbers.

More info at https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/tel

kuon commented 6 years ago

I think <input type="number"> will also have custom keyboard, it could be supported too.

jesse-c commented 6 years ago

I'd like to throw my support behind this too as they're fairly fundamental types.