toggleMenu {shinySelect}R Documentation

Toggle a select control widget

Description

Toggle (open/close) a select control widget.

Usage

toggleMenu(session, inputId)

Arguments

session

the Shiny session object

inputId

the input id of the select control

Value

No value; called for side effect.

Examples

# See the last example of 'selectControlInput'.

[Package shinySelect version 1.3.0 Index]