Is it currently possible to show the tooltip when I click on a button, then remove it after my mouse has left the element? Right now I have data-tooltip-trigger="click" and data-tooltip="Hey!" on a icon element. I want the tooltip to go away once they've left the icon.
Is it currently possible to show the tooltip when I click on a button, then remove it after my mouse has left the element?
Right now I have data-tooltip-trigger="click" and data-tooltip="Hey!" on a icon element. I want the tooltip to go away once they've left the icon.