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

v-model doesn't work #128

Open
Yusov opened this issue Apr 12, 2021 · 1 comment
Open

v-model doesn't work #128

Yusov opened this issue Apr 12, 2021 · 1 comment

Comments

@Yusov
Copy link

Yusov commented Apr 12, 2021

I can't use v-model. What happened?
Value in input after implemets v-model [object InputEvent]

@gburning
Copy link

I don't think this package is currently compatible with the v-model pattern. You can set a default value with defaultValue and then you'd listen for submit to get the value.

If you really need to set the value externally you can use the autocomplete component's setValue method:
#25

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