I would like to be able to copy the text displayed on paper tooltip before it disappears. How can we accomplish this?
<div style="display:inline-block">
<button>Click me!</button>
<paper-tooltip>[[Tooltip text]]</paper-tooltip>
</div>
I need to copy the text from [[tooltip text]] when it is displayed.
I would like to be able to copy the text displayed on paper tooltip before it disappears. How can we accomplish this?
I need to copy the text from [[tooltip text]] when it is displayed.