Dusan Aleksic

Results 4 comments of Dusan Aleksic

Is there a plan to add keyboard support? I'm baffled that there is not a single mention about it.

I made some changes to enable keyboard support, it's very... proof of concept-ish, It works okay but is far from being ready for a PR or something. https://github.com/aledujke/vuejs-datepicker/tree/keyboard-support

@fredikey Clone my fork, then checkout the keyboard_support branch and run "yarn build", then take a look at dist folder. Copy locale folder and vuejs-datepicker.esm.js from it to some folder...

One more thing! If you comment out the lines in Datepicker.vue:460-462 you would be able to use arrow key's along with typeable calendar. I disabled it cause it did not...