xontab / chrome-virtual-keyboard

Touch-friendly Virtual Keyboard for Chrome browser
http://apps.xontab.com/VirtualKeyboard/
MIT License
58 stars 68 forks source link

Doesn't work with Vue.js bound input fields #32

Open kevingarman opened 5 years ago

kevingarman commented 5 years ago

Very nice keyboard! I'm trying to use it with a Vuejs app, but it seems not to work with Vuejs bound input fields...you can try it here: https://vuejs.org/v2/guide/forms.html#Text

If I dispatch the following event to the element after typing with your keyboard, it seems to work.

var event = new Event('input', {
    'bubbles': true,
    'cancelable': true
});

Is there some way to make this work?

Thanks, Kevin

antero10 commented 4 years ago

Having same problem, don't know how to fix this