inst/apps/021-selectize-plot/ui.R

fluidPage(
  title = 'Create plots in selectize input',
  fluidRow(
    column(
      5,
      plotOutput('parcoord'),
      hr(),
      selectizeInput('state', label = NULL, choices = NULL, options = list(
        placeholder = 'Type a state name, e.g. Iowa', maxOptions = 5)
      )
    ),
    column(
      7,
      DT::dataTableOutput('rawdata')
    )
  )
)
rstudio/shinycoreci documentation built on April 11, 2025, 3:17 p.m.