I love the sidebar feature provided by this package.
One issue I have, is when including multiple (more than 8) choices in a selectInput,there is some bug which doesn't allow you to use the sidebar of the select input to scroll down to the 9th option.
Using the code from https://github.com/trafficonese/leaflet.extras2/blob/master/inst/examples/sidebar_app.R, you can see the issue when adding options to the selectInput e.g.
selectInput("label", "Label",
choices = c("brewery", "address","zipcode", "village",
"option5", "opion6", "option7", "option8", "option9"))
I love the sidebar feature provided by this package.
One issue I have, is when including multiple (more than 8) choices in a selectInput,there is some bug which doesn't allow you to use the sidebar of the select input to scroll down to the 9th option.
Using the code from https://github.com/trafficonese/leaflet.extras2/blob/master/inst/examples/sidebar_app.R, you can see the issue when adding options to the selectInput e.g.
selectInput("label", "Label",
choices = c("brewery", "address","zipcode", "village",
"option5", "opion6", "option7", "option8", "option9"))