shentao / vue-multiselect

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

Conditionally show/hide group labels #1671

Open nosizejosh opened 1 year ago

nosizejosh commented 1 year ago

I am building a filter with this plugin using group labels. For the "Everyone" and "You" options, I want to hide the group label and only show the option. Any ideas how to achieve this?

image

options code currently looks like this image