[x] bug report
[x] feature request
[ ] support request
I am currently using pTooltip and before that I used tooltip from ngx-bootstrap. I used to make templates and used them in my tooltip like this :
<i class="fa fa-circle text-default" aria-hidden="true" [pTooltip]="defaultTooltip" tooltipPosition="top">
<ng-template #defaultTooltip>
Something to display
</template>
Here it displays [Object object]. I wonder if it is possible to display what is actually inside my template.
This is not supported, changing the title according to it.
I would love this feature as well.
+1
+1
+1
+1
+1
Set escape to false, and it will render html:
<div pTooltip="Some text <br> next line" tooltipPosition="top" [escape]="false"></div>
+1
Most helpful comment
I would love this feature as well.