Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

collapsible() not working correctly with displayAsHtml() #19

Open
ryandrobinson opened this issue Mar 25, 2022 · 2 comments
Open

collapsible() not working correctly with displayAsHtml() #19

ryandrobinson opened this issue Mar 25, 2022 · 2 comments

Comments

@ryandrobinson
Copy link

If you use collapsible() and displayAsHtml() together, the dropdown arrow is missing, and the cursor is an arrow rather than a pointer

@micc83
Copy link
Contributor

micc83 commented Mar 29, 2022

Hello @ryandrobinson, thank you for reporting it. I'll check it out asap.

@micc83
Copy link
Contributor

micc83 commented Mar 29, 2022

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants