Results 2 comments of Nikos

I have the same issue. Does anyone have any suggestion.

Make a function and call it to your component like the below example ```js function openMultiselect() { nextTick(() => { if (multiselectRef.value) { multiselectRef.value.activate(); } }); } ``` ```vue ```