Skip to contents

A selectizeInput customized for unique element select from vector

Usage

proportionSelectInput(
  inputId,
  label,
  vec,
  selected = "",
  ...,
  placeholder = "",
  onInitialize,
  sort = c("count", "alpha", "order")
)

Arguments

inputId

passed to selectizeInput

label

passed to selectizeInput

vec

vector object from which unique terms should be sourced

selected

default selection

...

passed to selectizeInput

placeholder

passed to selectizeInput options

onInitialize

passed to selectizeInput options

sort

how to sort fields in dropdown

Value

a selectizeInput dropdown element