For some reason, the tooltip property on buttons only accepts a string, whilst on other components it accepts an object (allowing for richer content). Are there plans to fix this, or can you recommend another way of allowing rich content tooltips on buttons?
Basically, only the native html-tooltip can be used for the button. But you can use DOM events to show/hide a custom context menu:
Thank you, that’s what I thought, but it’s shame it isn’t a native feature. Are there any plans to add this to the button control?
We’ll consider it for the future release.
For now, there’s another feature for the complex popup content.