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