Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kevingarman opened this issue Oct 10, 2018 · 1 comment
Open

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

kevingarman opened this issue Oct 10, 2018 · 1 comment

Comments

@kevingarman
Copy link

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
Copy link

antero10 commented Dec 4, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants