vue-multiselect
vue-multiselect copied to clipboard
Conditional rendering of options
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.