trafficonese

Results 130 comments of trafficonese

Yes, but you can also use the `onRender` function, which is probably more elegant and doesn't require `shiny` nor `shinyjs`. ``` library(htmlwidgets) library(leaflet) library(leaflet.extras) leaflet() %>% addTiles() %>% addSearchOSM(options =...

The examples work for me.

I think he wants the JS/CSS sources not minified. This would make debugging much easier, especially if it would be possible to either include them in a minified (production) or...

The typo is not the source of that error. One easy workaround would be to use `shinyjs` and this JS script: `shinyjs::runjs("$('.leaflet-draw').remove()")` This just removes the toolbar, but doesnt `clearFeatures`....

I cannot confirm. For me both examples work.

Shouldn't a doubleclick clear the Shift selections? Now the selection is only cleared, by clicking a new point/bar. It also doesnt always reflect the highlighted elements, as Shift must be...

@Ravi1008 Sry i misread the question and my problem was a little different, so I deleted my comment. If you want to see a reproducible example of that jQuery-snippet you...

I would also be very interested in this option.

I played a bit with the `pickerSelectOptions` function and tried to optimize it. I made a [gist ](https://gist.github.com/trafficonese/04747d599f12a58052bb66bedc2f7eba) with all function versions and some benchmarking. This is the result with...