collapsible() not working correctly with displayAsHtml()
If you use collapsible() and displayAsHtml() together, the dropdown arrow is missing, and the cursor is an arrow rather than a pointer
Hello @ryandrobinson, thank you for reporting it. I'll check it out asap.
I looked into it and not sure how to handle it. What I mean is that what you described was indeed the intended behaviour.
The point being that if you wanna implement your own html you can also pass something like <span style="cursor:pointer">Title</span> as the title. While the caret could just be a burden in this scenario.
Not sure this was the best decision at the time but here we are and now it would be a breaking change. I'll think about it and see what can do.