Learn R Programming

shinySelect (version 1.3.0)

toggleMenu: Toggle a select control widget

Description

Toggle (open/close) a select control widget.

Usage

toggleMenu(session, inputId)

Value

No value; called for side effect.

Arguments

session

the Shiny session object

inputId

the input id of the select control

Examples

Run this code
# See the last example of 'selectControlInput'.

Run the code above in your browser using DataLab