In Shiny selectizeInput
, if nothing is selected, it returns NULL
.
I wonder if there is a similar update version for numericInput which takes multiple values, e.g. c(2,4)
or 5:9
, and returns NULL
for missing input?
In Shiny selectizeInput
, if nothing is selected, it returns NULL
.
I wonder if there is a similar update version for numericInput which takes multiple values, e.g. c(2,4)
or 5:9
, and returns NULL
for missing input?