materialize-sass icon indicating copy to clipboard operation
materialize-sass copied to clipboard

HTML in tooltips not rendering

Open brianbolnick opened this issue 7 years ago • 1 comments

I've followed the instructions for including HTML inside the tooltip body, but its rendering as a string and not as HTML. Here is my JS:

$('.tooltipped').tooltip({ delay: 50, html: true });

What actually happens:

image

brianbolnick avatar Aug 21 '17 15:08 brianbolnick

I know this is pretty old, but I tested this issue and it works fine in the current version. I'm not sure what version you were at. So, it's probably time to close this issue, since it's no longer a problem.

Ruekompa avatar Dec 05 '18 13:12 Ruekompa