-
Notifications
You must be signed in to change notification settings - Fork 27
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
appendToBody is not working templateRef #46
Comments
I was able to reproduce this and confirmed it is an issue. I haven't had time to look into a solution yet, but feel free to attempt a PR if possible. Thanks for reporting. |
When this issue can be fixed? |
whenever i put "[appendToBody]" value, the popover is going outside of the view. |
Hey, Here are the Changes popover.directive.ts line 218 added new code popover-content.component.ts line 44 added new Template Ref in .popover-body class popover-content.component.ts line 55 added new @input |
Hi @thomasbottonari, Hi @RobertCMusk ,
Thanks for building this component.
Today i found a issue that appendToBody is not working with templateRef.
is there any way to fix this issue?.
Help is much appreciated.
My Understanding about the issue:-
Since it is a component instance and already compiled and added into component tree, removing and adding back on body is the issue. Please correct me if i am wrong.
If my understanding is correct, can this be done as [innerHTML] and
ng-template
instead of getting the component's instance as input?.So that tooltip component's instance can be created as the same as it was done for string input.
Just a thought.
The text was updated successfully, but these errors were encountered: