T00rk / bootstrap-material-datetimepicker

Datepicker for bootstrap-material
http://t00rk.github.io/bootstrap-material-datetimepicker/
MIT License
9 stars 4 forks source link

Make it possible to select a date with just the keyboard (arrow keys) #204

Open TylerRick opened 6 years ago

TylerRick commented 6 years ago

Unless I'm just missing something, it appears that this control can only be used with a mouse. There's no way to select a date with the keyboard?

Maybe not an issue for mobile, but on a normal computer at least, a form isn't considered accessible unless you can fill it in using just your keyboard.

I'd like to be able to advance or go back by one day with the Left/Right arrow keys and select the date (close the picker) with Enter.

Take a look at how https://mdbootstrap.com/javascript/date-picker/ does it, for example.