Custom update selectize input

updateAllSelectizeInputs(
  inputName,
  choiceColumn,
  selectedChoice,
  data,
  session
)

Arguments

inputName

string, input to update

choiceColumn

string, column in the data to get choices from

selectedChoice

NULL or ""

data

rawData

session

session

Value

IO ()