Is it possible to generate VBA List Control input (as shown in the screenshot) in an R Shiny dashboard?
Asked
Active
Viewed 22 times
-1
-
Your also may want to check out the shinyWidgets package: https://www.rdocumentation.org/packages/shinyWidgets/versions/0.5.2 http://shinyapps.dreamrs.fr/shinyWidgets/ – SteveM May 28 '20 at 22:27
-
Thanks alot. That is really helpful! – Ata Ur Rahman Malik May 28 '20 at 23:40
1 Answers
0
There is no reason to mimic that. A selectInput
can do that when you set the size
argument to a value larger than 1. Check the documentation to see how size
works (it has limitations).

Jan
- 4,974
- 3
- 26
- 43