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

fix(appendToBody) use vue built-in Teleport

Open s-montigny-desautels opened this issue 2 years ago • 2 comments

The teleport component will move the menu to the body and do a proper cleanup. We could also expose the "to" props to be configurable by the end user.

It was not a problem with vue-router per-say, but more a problem when the component was unmounted.

fix #1294

s-montigny-desautels avatar Jan 19 '23 16:01 s-montigny-desautels

I would love for the teleport "to" prop to be exposed and configurable

andrewnorell avatar May 02 '23 18:05 andrewnorell

I suggest this alternative approach: https://github.com/sagalbot/vue-select/pull/1775

greendrake avatar Jun 04 '23 23:06 greendrake