R/textInput2.R

textInput2 <- function (inputId, label, value = "", class = "") 
{
  tagList(
    tags$label(label, `for` = inputId),
    tags$input(id = inputId, type = "text", value = value, class=class)
  )
}
LCHansson/iPlot documentation built on May 8, 2019, 5:45 p.m.