shentao / vue-multiselect

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

Need slot for leading icon before label #1774

Closed solidevolution closed 2 weeks ago

solidevolution commented 2 months ago

Reproduction Link

I want to add a custom icon from our design system as prefix for tags. (search icon)

Steps to reproduce

Currently I found no slot to make this work.

Expected behaviour

There could be a new slot for leading informations.

Actual behaviour

There is no slot available for this.

idlethumbs commented 2 months ago

@solidevolution you could just use the slot that overwrites the whole tag to achieve this <template #tag>