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 Jan. 18, 2025, 7:09 p.m.