xontab / chrome-virtual-keyboard

Touch-friendly Virtual Keyboard for Chrome browser
http://apps.xontab.com/VirtualKeyboard/
MIT License
58 stars 68 forks source link

Default to numeric display on number input types. #3

Closed EHLOVader closed 8 years ago

EHLOVader commented 8 years ago

It would be great if you could default to the number pad on number type inputs.

xontab commented 8 years ago

The numeric keyboard will be displayed automatically if you use <input type="number" ... /> instead of <input type="text" ... />