This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
How to hide the tooltip when it's empty? #129
Closed
Description
When using <div tooltip="{{ myTooltip }}">...</div>
, and myTooltip
is an empty string (or null
or undefined
), it seems reasonable not to show the tooltip. At the moment, an empty tooltip is shown, which looks a bit weird. I would suggest to hide the tooltip in this case.
What would be the best way to achieve this with the current functionality?
Metadata
Metadata
Assignees
Labels
No labels