sir-dunxalot / ember-tooltips

Easy and extendible tooltips for Ember components - http://sir-dunxalot.github.io/ember-tooltips/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Always wrapping tooltips in {{if

optikalefx opened this issue · comments

I think it would be very useful to have some property that if true, would render the tooltip, but if false, would not. I'm always having to wrap all of my dynamic data tooltips with an {{if check because otherwise it shows an empty tooltip, which is visually unappealing.