grantm / jquery-datetextentry

jQuery plugin providing a widget for date entry (not a date picker)
Other
20 stars 10 forks source link

Add inputmode="numeric" to date input fields. #9

Closed acaudwell closed 5 years ago

acaudwell commented 5 years ago

The default virtual keyboard on some mobile phones does not include numbers making entering dates slightly tedious. Adding the inputmode attribute allows mobile browsers that support it to default to an appropriate virtual keyboard.