Questions tagged [renderui]
33 questions
0
votes
1 answer
valueBox not changing color and uncentered
I'm trying to add a value box to my shiny dashboard within a renderUi wrapper. So far, I've only found the valueBox function (although, I'm open to others, as it is very restrictive). However, it doesn't change color (see screenshot), despite me…

J.Sabree
- 2,280
- 19
- 48
0
votes
1 answer
Passing Plots from inside a renderUI in a Shiny Module to main Server
I am trying to understand how to pass information from a module to the main server of a Shiny App. This is an oversimplification of my actual code, so I understand that it could be done in a different way, but I need to do this primarily with…

Diego
- 392
- 3
- 16
0
votes
1 answer
Update dynamically rendered UI in bsModal
I want to use bsModal that contains inputs that are generated via renderUI. The inputs depend on my data but will not change after start-up. When opening the modal I want to update the selected values of the input. The problem is that in my minimal…

eastclintw00d
- 2,250
- 1
- 9
- 18