ebailey78 / shinyBS

Twitter Bootstrap Components for Shiny
182 stars 47 forks source link

Options argument example #94

Open diplodata opened 7 years ago

diplodata commented 7 years ago

I can't figure out how to use the options argument in bsTooltip. The following all have no effect:

options = list(delay = 2000)
options = list(delay = "{show: 500, hide: 100}")
options = list(delay = "show: 500, hide: 100")

Grateful for a working example.

glin commented 6 years ago

I think it's bugged: https://stackoverflow.com/a/47478586/2640469