-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve search/multiselect on input_select #1218
Comments
Thanks for the comment @corey-dawson! The shinyWidgets |
I also think, if we were to pursue a Shiny component for this, we would build off of ideas from rstudio/bslib#484 (searchable list of checkboxes instead of a select dropdown UX) |
I am not against that. Excel/Powerbi has searchable checkboxes and it might be the most popular search prompt ever |
I agree, searchable multiselect input_select would be really nice! |
@cpsievert , is this functionality in the works? |
A really essential feature in my opinion is the implementation of virtual scrolling to avoid letting the app very slow when there are many input options (which happens frequently and is painful). Based on this project, shinyWidgets provides the function virtualSelectInput() which works very well. It would be great to have it on |
The python version of selectInput has some nice features, such as nesting dictionaries as selectable values, however, lacks functionality in multiselect and searching to satisfy a wide range of application needs. My recommendation is to take inspiration from the R shinywidgets pickerInput which implements a much enhanced input with options for everything mentioned below
R picker input reference
R Shiny PickerInput
Recommended Enhancements
Multi-select improvements
Search
R Example Code with Better Select Input
The text was updated successfully, but these errors were encountered: