Premium support for our pure JavaScript UI components


Post by ofirk »

Thank you very much, that was very hepful!


Post by dev team »

Hi guys, any update on this issue? We have the same problem; we're looking to use autoClose along with showOnClick for our custom tooltip. Thanks.


Post by tasnim »

Unfortunately, no updates for now.


Post by Animal »

dev team wrote: Thu Jul 21, 2022 6:16 pm

Hi guys, any update on this issue? We have the same problem; we're looking to use autoClose along with showOnClick for our custom tooltip. Thanks.

If you are showing something on click, and then it has to be dismissed with a click on a close tool, it is not really a tooltip. It's just a Popup.

Tooltip behaviour which is in the Tooltip class which extends Popup encapsulates the hover listening, activation on hover of identified targets, and hide on mouse out of the target element.

If you want to do something on click of an event, add an eventClick listener, and have it show a Popup.


Post Reply