You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Unfortunately you can only update label with plain text, that's how it's designed in radioButtons bindings from Shiny (which prettryRadio use).
You can achieve what you want with a renderUI like this :
I have this simple function to add a red star in a mandatory option:
If I use it on a normal button, slider, or whatever element, it works fine:
But, if I use it with
updatePrettyRadioButtons
, then the output is rendered asQuestion here... [object Object]
. Here is the update code:The text was updated successfully, but these errors were encountered: