-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
pTooltip [escape]=false is not rendering the html contents since [email protected] #11355
Comments
Hi, Here is a working example of the escape prop. Regards |
@cetincakiroglu |
Hi,
if you change the primeng version in the working example to latest 13.3.1, you should be able to replicate the issue.
Regards,
~Jagdeep
… On Mar 29, 2022, at 10:42 AM, Çetin ***@***.***> wrote:
Closed #11355.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Duplicate of #11348. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After updating the [email protected], the pTooltips are not rendering the html. Working fine with [email protected]

We are using escape = false like below.
[pTooltip]="buildTooltip(filter)" tooltipPosition="bottom" [escape]="false"
This is how it is looking with [email protected]
This is the output with [email protected]

here is the html text
The text was updated successfully, but these errors were encountered: