Empty tooltips are still displayed #705
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I have conditional tooltips (some elements generated by a *ngFor loop need them, others do not).
I tried assigning empty text or null value to the tooltip for items not requiring one. The arrow and a small empty container are still rendered.
I just added these few lines to the tooltip.js code and the problem is solved:
This would be a minor but welcome enhancement to the component.
The text was updated successfully, but these errors were encountered: