JohnCoene / tippy

💬 Tippy.js for Shiny
http://tippy.john-coene.com/
Other
76 stars 2 forks source link

shiny tippy does not support download button #19

Open Yinlingzhu opened 2 years ago

Yinlingzhu commented 2 years ago

shiny tippy does not support download button e.g. tippy(downloadButton(outputId = 'downloadall','Download',style="color:black;text-align: center;width:70%;"), tooltip = "Hi, I'm the tooltip!", animation = "scale",duration = 1000, placement = "bottom",theme = "light") Unable to download successfully;

"downloadButton(outputId = 'downloadall','Download',style="color:black;text-align: center;width:70%;")" Can be downloaded normally!

Yinlingzhu commented 2 years ago

downloadButton(outputId = 'downloadall','Download',style="color:black;text-align: center;width:70%;"), tippy_this('downloadall', tooltip = "Hi, I'm the tooltip!", animation = "scale",duration = 1000, placement = "bottom",theme = "light")

Can be downloaded normally!