Support the ongoing development of Laravel.io →
posted 7 years ago
Views
Last updated 2 years ago.
0

Hey! Author of vue-multiselect here. Which version of vue-mutliselect do you use? There is already a new version – 1.0.1, which comes with some breaking changes that could actually help solve your problem.

The most important changes are:

  • deprecating the .sync modifier
  • removing the :on-change prop in favor of @update event

Please refer to the new documentation here http://monterail.github.io/vue-multiselect/

If for some reasons you can not upgrade to 1.0.0+, just remove the .sync and add a line to the fetchProductDetails method.

fetchProductDetails (newSelected) {
  this.products_selected = newSelected
  ...rest of your code
}
0

Sign in to participate in this thread!

Eventy

Your banner here too?

niranya niranya Joined 21 Jul 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.