materialize-sass
materialize-sass copied to clipboard
HTML in tooltips not rendering
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:
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.