dreamRs/shinyWidgets

used named list for choices in sliderTextInput

Open

#289 opened on Jun 3, 2020

View on GitHub
 (1 comment) (3 reactions) (0 assignees)R (146 forks)batch import
featurehelp wanted

Repository metrics

Stars
 (764 stars)
PR merge metrics
 (No merged PRs in 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!

Contributor guide