altrim/ember-cli-tooltipster

Add a disabled option?

Alonski opened this issue · 0 comments

I am running into an issue where I want to have a tooltip using this addon only when a certain property is true or false.

Right now I am doing this by have an if else block and copying the wrapped component in both.

A better solution would be if this addon allowed passing in a property to control if the tooltip shows or not.