Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate appendTo use Teleport #1028

Closed
cagataycivici opened this issue Feb 26, 2021 · 1 comment
Closed

Migrate appendTo use Teleport #1028

cagataycivici opened this issue Feb 26, 2021 · 1 comment
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@cagataycivici
Copy link
Member

Vue3 has a teleport component so we can remove our own dom manipulation to use Teleport.

@cagataycivici cagataycivici added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Feb 26, 2021
@cagataycivici cagataycivici self-assigned this Feb 26, 2021
@cagataycivici cagataycivici modified the milestones: 3.3.2, 3.3.3 Feb 26, 2021
@afonic
Copy link

afonic commented Mar 11, 2021

Autocomplete dropdown used to spawn inside the p-autocomplete . After commit ec15e94 it now appends to the body by default, which in my case creates a couple of issues styling-wise.

How can I go back to the previous behavior? I tried using appendTo but it needs a selector outside the Vue component.

Maybe a prop can be added to disable the Teleport feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

2 participants