-1

Is it possible to generate VBA List Control input (as shown in the screenshot) in an R Shiny dashboard?

VBA List Input Example Screen Shot

1 Answers1

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