I've been testing out the new busy indicators in shiny and was wondering if it is currently possible to disable the spinners on specific outputs?
For example, I do not want the spinners to show on any textOutput
, or anything inside a bslib::value_box
.
Thanks