-
Notifications
You must be signed in to change notification settings - Fork 532
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
Help to update VueMultiselect partial functionnality #239
Comments
Thanks the PR. Workaround: if somebodies want to use custom multiselect listing, they need to create custom fields with slots :) |
@icebob If we drop this functionality (at least for now), I can finish this faster. You validate ? |
I think it is a bigger development (scoped slots thing), so I suggest to make it later, after the stable v2. |
@lionel-bijaoui full dev example is not working after #240. |
#245 will fix it |
Thx. It works. |
The goal here is to update to the new API of VueMultiselect v2 (kinda relate to #193).
So far, I did the easiest part, cleaning old and unused props and adding the missing one. I also reordered the props to fit the documentation.
My biggest challenge so far is the new way to do custom rendering of the list.
Before, it was using Vue partials. But since Vue added scoped slot, they decided to use that instead.
The problem is that I don't see how we can implement an interface to send template elements into this slot.
I have little experience with scoped slot, but I'm not comfortable with them.
I always have a hard time wrapping my head around the concept, and this is another level of complexity.
So if anyone could help me find a nice solution, that would be very helpful.
PR here #240
The text was updated successfully, but these errors were encountered: