I am looking for a solution for a multi level dropdown in R shiny
I have browsed most of the packages here, https://github.com/nanxstats/awesome-shiny-extensions Wasn't able to find a solution in any of the available packages
A close solution is
# selectInput("state", "Choose a word:", width = 400,
# list(`Building` = list("Apartment"="ap", "Bank"="bk", "Hospital"="hp"),
# `Nature` = list("Bank"="bk1", "River"="rv", "Orange"="or"),
# `Color` = list("Blue"="bl", "Orange"="or1", "Red"="rd"))
Except that when the list are very long it is very difficult to manage
p.s. question and image are from https://github.com/rstudio/shiny/issues/2729
I've just done a package. It uses the JavaScript library jquery-contextMenu. To install it:
Note that this is just a draft for the moment.
Usage example: