martywallace / vue-keyboard

A simple virtual keyboard for Vue.js.
MIT License
153 stars 16 forks source link

physical keyboard enter key repeats last character entered #39

Open drfrog666 opened 3 years ago

drfrog666 commented 3 years ago

for instance

if you use the vue keyboard to type stop and then hit the physical enter key what will be produced is stopp

if you click on the page and off the vue app it will not fire the enter key event.

I googled around and there are some notices on forms in vue app need two inputs. I tried messing with that and various submit/click prevents but no luck.