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.
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.