-
Notifications
You must be signed in to change notification settings - Fork 132
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
Typeahead auto-open on init #157
Comments
I had that issue, I set the
|
Nice workaround @tehjrow I made it work by alterring the source (in Typeahead.vue, or the js created from it):
And then I changedf the
And now the property can be added to the typeaheads when needed:
This seems to work for me, to prevent the initial search and popup |
Hello,
I'm binding Typeahead with v-model to my internal variable.
But when I declare a default value for val.country Typeahead open automatically the drop down list. I think because the plugin finds a "changed" event of the input value.
Is there a way to close programmatically the dropdown list or to block this behavior?
The text was updated successfully, but these errors were encountered: