Update a Bootstrap 386 text area input on the client
Source:R/inputs.R
update_text_area_input_386.Rd
Update a Bootstrap 386 text area input on the client
Usage
update_text_area_input_386(
session = getDefaultReactiveDomain(),
inputId,
label = NULL,
value = NULL,
placeholder = NULL
)
Arguments
- session
The
session
object passed to function given toshinyServer
. Default isgetDefaultReactiveDomain()
.- inputId
The id of the input object.
- label
The label to set for the input object.
- value
Initial value.
- placeholder
A character string giving the user a hint as to what can be entered into the control. Internet Explorer 8 and 9 do not support this option.