Closed ocelhay closed 1 year ago
Currently you have to explicitly set virtualSelectInput(..., hasOptionDescription = TRUE)
to display description text under choices labels.
In future, maybe we can automate that if choices are made with prepare_choices()
and have a description.
Thanks! I think that would make sense to automate this if you have a chance.
Thanks for your fantastic package!
I was expecting that a description would show in the
virtualSelectInput
but it's not the case. Any idea?