Hi Gerrit,actually on disabled item (disabled button) tooltip doe

Hi Gerrit,

actually on disabled item (disabled button) tooltip doesn't show up, it's possible to add this feature on next release? Thank you for your great job!

Hello Matteo,


I actually took a look at this feature like two years back and the primary issue used to be that [tippy] (https://atomiks.github.io/tippyjs/) did not support setting tooltip on "disabled" elements (or at least it did not display a tooltip for them) which is still the case.

If you modify the HTML of the first demo like this you can see that the tooltip no longer appears:

// inserting images is broken - but you could try it yourself ;)


The official solution is to create a wrapper element:

https://github.com/atomiks/tippyjs/issues/104

https://github.com/atomiks/tippyjs/issues/286


I had a basic prototype implementation which created and removed a wrapping element but it also creates issues like triggering events `onAttach` (iirc) during the wrapper insertion.

Maybe you have an idea for this problem.


Best Regards

Gerrit