dreamRs/shinyWidgets
used named list for choices in sliderTextInput
Aberta
#289 aberto em 3 de jun. de 2020
featurehelp wanted
Métricas do repositório
- Stars
- (764 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
Currently, the sliderTextInput widget only allows specifying a vector in the choices argument, making it impossible to have a named list in order to have a display label for every value, unlike in other widgets like selectInput.
Would it be possible to implement such functionality? Thanks in advance!