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

Cannot accomplish with input dom input event #3

Open
TunaYagci opened this issue Apr 12, 2018 · 1 comment
Open

Cannot accomplish with input dom input event #3

TunaYagci opened this issue Apr 12, 2018 · 1 comment

Comments

@TunaYagci
Copy link

TunaYagci commented Apr 12, 2018

Try this one, which doesn't work:
<input @input="method()" v-debounce="400" :value="someValue">
This one works:
<input @changed="method()" v-debounce="400" :value="someValue">

I can't use v-model since I'm using the value as prop.

Note: I need @input event since @changed is broken (invoked on many cases).

@martincarles
Copy link

+1 I need this one too since my value points to Vuex

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