You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
Tooltips should be IMHO hidden by default and shown when the specified event is fired. This behavior can be tested directly in the Example section: https://alloyui.com/examples/tooltip
In my case I also tried render: false option, but this has no effect.
The text was updated successfully, but these errors were encountered:
You can achieve you desired result of not having the tooltip displayed on load by adding the attribute visible: false to your configuration object on component instantiation.
Tooltips should be IMHO hidden by default and shown when the specified event is fired. This behavior can be tested directly in the Example section:
https://alloyui.com/examples/tooltip
In my case I also tried
render: false
option, but this has no effect.The text was updated successfully, but these errors were encountered: