Single/double quote is encoded when using extraAttributes
I'm following the doc: https://filamentphp.com/docs/3.x/widgets/stats-overview#adding-extra-html-attributes-to-a-stat
But it results in quote is being encode instead of what I expect.
Code
Expectation
Actual
3 Replies
I also have this issue. Did you find a solution?
Solution
try
new HtmlString("...")
Thanks will give it a try.