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

Feature Request: Append to Body #107

Open
shyamal890 opened this issue Jul 29, 2019 · 5 comments
Open

Feature Request: Append to Body #107

shyamal890 opened this issue Jul 29, 2019 · 5 comments

Comments

@shyamal890
Copy link

Currently the dropdown is placed besides the element and not appended to the body. There are some constrains with this as sometimes the dropdown is not visible with overflow:hidden

@dannymcgee
Copy link

@dmacfarlane Our team ran into this issue yesterday. It would be fairly straightforward to implement this by using a CDK Overlay. If you'd like help with this, I can try to find some time this weekend to submit a PR.

@dmacfarlane
Copy link
Owner

@dannymcgee I'd be interested to see a PR on how this could be done using a CDK overlay, but I'm also trying to keep dependencies on other packages to a minimum. It would be preferable if there was a simple implementation that did not depend on other packages.

@sidjai09
Copy link

sidjai09 commented Sep 16, 2020

Please add this feature as soon as possible
as I also need this feature

Thanks in advance

@tscislo
Copy link

tscislo commented Nov 26, 2020

+1

@sontx
Copy link

sontx commented Mar 27, 2022

I was facing this issue some days ago, and I had to implement it by myself at https://github.com/sontx/angular-mentions, it works well with all examples except for text-editor.
There is also a published package @sontx/angular-mention, just use [mentionConfig]={container: 'body'} to achieve this behaviour. I also added a smart positioning feature for this one (I think the original version does not work well)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants