bs4Dash icon indicating copy to clipboard operation
bs4Dash copied to clipboard

Problem with the header

Open wendyting0204hh opened this issue 1 year ago • 2 comments

there is an "?" icon in the default header image

wendyting0204hh avatar Jul 12 '23 05:07 wendyting0204hh

That is not a problem. that is a toggle to enable/disable popovers and tooltips. Check the documentation for dashboardPage, look for the argument help. You can turn off using this:

dashboardPage(help = FALSE)

sactyr avatar Jul 13 '23 08:07 sactyr

Whether to enable/disable popovers and tooltips. This allows you to seamlessly use [tooltip] without having to toggle them individually. The default is FALSE. The toggle is shown but not enabled. If TRUE, all tooltips and popovers are enabled. Set to NULL if you want to hide the help icon.

"dashboardPage(help = NULL)" will hide it.

demetriusgnu avatar Aug 14 '23 21:08 demetriusgnu