hiddenInput: Make a hidden input field. Handy for replacing superfluous...

View source: R/accessory.R

hiddenInputR Documentation

Make a hidden input field. Handy for replacing superfluous single-value selects etc

Description

Make a hidden input field. Handy for replacing superfluous single-value selects etc

Usage

hiddenInput(id, values)

Arguments

id

An HTML id

values

The value the input should return

Value

output HTML as output by Shiny's HTML()

Examples

hiddenInput("myid", "iamavalue")


pinin4fjords/shinyngs documentation built on Feb. 28, 2024, 10:19 a.m.