mkhairi / materialize-sass

Materializecss rubygem for Rails Asset Pipeline / Sprockets
http://materialize.labs.my/
MIT License
806 stars 243 forks source link

HTML in tooltips not rendering #159

Open brianbolnick opened 7 years ago

brianbolnick commented 7 years ago

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

Ruekompa commented 5 years ago

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.