addHelpText {shinyreforms} | R Documentation |
Internal function which adds a shinyreforms pop-up with help text to a shiny inputTag. The help text is a div which gets appended to the label for the given input.
addHelpText(tag, helpText, updated = FALSE)
tag |
A tag to be modified. |
helpText |
Help text to be added. |
updated |
An internal parameter which is used in recurrent calls to the function. |
A modified Shiny tag with a shinyreforms help icon.
addHelpText( shiny::textInput("text_input", label = "Label"), helpText = "Tooltip" )