Closed ghost closed 7 years ago
@SaffaShujah tooltip-show="true"
means it's always visible, set it to FALSE
when you want to hide it manually.
tooltip-hidden="" is this flag can be set dynamically?
no just toggle tooltip-show="true/false" should do the job.
otherwise tooltips-show="true" then tooltip-hidden="true" to hide just playaround with them ;)
When tooltip set to tooltip-show="true" Tooltip does not hides when hover on other elements
Tooltip should hide when hover on other elements. can we do that ?