ember-cli-tooltipster icon indicating copy to clipboard operation
ember-cli-tooltipster copied to clipboard

Add a disabled option?

Open Alonski opened this issue 7 years ago • 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.

Alonski avatar Sep 12 '18 06:09 Alonski