ijlyttle / bsplus

Shiny and R Markdown addons to Bootstrap 3
http://ijlyttle.github.io/bsplus/
Other
146 stars 21 forks source link

bsTooltip does not allow special characters #104

Open joshuajdthompson opened 1 year ago

joshuajdthompson commented 1 year ago

The bsTooltip does not work when you use an apostrophe.

This works:

bsTooltip(id = "rifq100W", title = "10 feet is the minimum riffle width and is the Countys recommended starting value.", trigger = "hover")

This does not work:

bsTooltip(id = "rifq100W", title = "10 feet is the minimum riffle width and is the County's recommended starting value.", trigger = "hover")

ulyngs commented 1 month ago

I just ran into this issue too! I think it's resolved by simply escaping with a backslash, so County\'s