Way to make input_text_area appear reactively when option is selected from input_radio_buttons in Python Shiny
I’m developing a web app in Shiny express for Python. I’ve implemented a group of radio buttons so that users can try out some pre-defined input for the app. One of the buttons is labelled “I want to enter my own input”. When a user selects this button, I’d like a text box to appear reactively so they can type their input there.