Description Usage Arguments Value
A text input module server code that has the flexibility to be enabled and disabled based on actions that javascript will listen for
1 2 3 4 5 6 7 8 9 10 11 | text_server(
input,
output,
session,
label = "Initiative Name:",
width = "100%",
placeholder = "What is the initiative called?",
updateVal = NA,
trig,
disable = T
)
|
input |
list of inputs used in the shiny application session |
output |
list of outputs used the shiny application session |
session |
The shiny app session object |
label |
a character describing the action button's use or purposes |
width |
size of the |
placeholder |
placeholder ghost text in the |
updateVal |
A reactive function. The reactive function should return the value which is used to update the text |
trig |
A reactive function. The reactive function should result in a logical value to trigger the enable or disable action |
disable |
Logical. A logical value that enables the trigger actions |
character. Text Input value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.