-
Notifications
You must be signed in to change notification settings - Fork 533
What is wrong in my vueMultiSelect #583
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
Comments
@Atiladanvi Did you find your solution? I had a similar issue that was related to the version of Vue-Multiselect I was using (i.e. the latest version) however, downgrading to an earlier version (2.0.0-beta) fixes the issue but brings about another issue. There seems to be an incompatibility issue between the beta version of vue-multiselect and the latest vue-generator though. |
Post your code. |
I've actually found out the solution and I think the documentation needs updating, but in essence, the property "trackBy" needs to be added to selectOptions, when using JSON objects as values. |
You can submit a pull request about that. |
When i try remove the tag added in my multi select the options multiplies in my input automaticaly.

I get this reference in doc-site
The text was updated successfully, but these errors were encountered: