shentao / vue-multiselect

Universal select/multiselect/tagging component for Vue.js
https://vue-multiselect.js.org/
MIT License
6.71k stars 989 forks source link

Selection slot are not working #1186

Open leo91000 opened 4 years ago

leo91000 commented 4 years ago

I think there might be a problem with the selection slot

Reproduction Link

https://codepen.io/leo91001/pen/dyPdGWY

Steps to reproduce

Use multiselect with a template slot for "selection"

Expected behaviour

According to the documention it should actually replace the html selected input

Actual behaviour

The slot is not used and no html is replaced

elciok commented 4 years ago

Your code works if you use vue-multiselect version 2.1.6.

Vemir98 commented 3 years ago

Your code works if you use vue-multiselect version 2.1.6.

thank you so much dude)))