What happened?
teal.widgets::optionalSelectInput(
ns("facet_var"),
"Facet by",
choices = get_choices(a$facet_var$choices),
selected = NULL,
multiple = FALSE,
label_help = helpText("from ", tags$code("ADSL"))
)
Perhaps should be the following, instead of NULL.
selected = get_choices(a$facet_var$selected,
sessionInfo()
Relevant log output
Code of Conduct
Contribution Guidelines
Security Policy