vue-multiselect icon indicating copy to clipboard operation
vue-multiselect copied to clipboard

Conditional rendering of options

Open dapzer opened this issue 8 months ago • 0 comments

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.

dapzer avatar Jun 22 '24 17:06 dapzer