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

Conditional rendering of options #1781

Open dapzer opened 3 weeks ago

dapzer commented 3 weeks ago

It would be nice to add the ability to render the list only when it is opened to reduce the number of ellemnts in dom.

To do this, v-if should be used instead of v-show.