Hi Nir,
I have (1)renderPlot, (2)renderText, & (3)renderUI (with textInput) inside observeEvent to dynamically update/add the plots & texts based on user selection in selectInput (from the sidebarPanel).
what I am trying to figure out now is to correctly monitor & read back the user input from the textInput (from 3). I will then need to use the user input to update the plots rendered from (1).