Question
I'd like to disable the usage of the keyboard arrows to change the date because I prefer letting the user move inside the text content of the input.
I know it is possible to do so by overwriting the value of keyBinds.
I did it in a codepen using the jQuery version, but I don't know how to reproduce this using the version made in vuejs...
How to overwrite keyBinds ?
Minimal reproduction of the problem with instructions
I'm submitting a ...
Tell about your platform
Question I'd like to disable the usage of the keyboard arrows to change the date because I prefer letting the user move inside the text content of the
input
. I know it is possible to do so by overwriting the value ofkeyBinds
. I did it in a codepen using the jQuery version, but I don't know how to reproduce this using the version made in vuejs... How to overwritekeyBinds
?Minimal reproduction of the problem with instructions
Thank you for your help