re-hide conditional shiny output once it has been rendered
问题 I need some help as to how to re-hide a shiny output once it has been rendered. Below I have provided a reproducible example to explain my question. I want text 2.2 to only be shown if Option 1 and B are selected, and text 1 to only show when option 2 is selected. I have done this by including conditionalPanel() with the conditions set accordingly. This works, however, once the text has been rendered this text will not disappear when the input changes. I want text 2.2 to disappear if the user