powered by
Change the value of a material_text_box on the client.
update_material_text_box(session, input_id, value = NULL)
The session object passed to function given to shinyServer.
The input_id of the material_text_box.
The value to set for the material_text_box.
material_text_box
# NOT RUN { update_material_text_box( session, input_id = "example_text_box", value = "New Text" ) # }
Run the code above in your browser using DataLab