Filip Wästberg
Filip Wästberg
When running the readme example I get this error. ```r library(curlconverter) library(jsonlite) library(httr) httpbinrhcurl
Hello! I have been doing some updates of this package to be more aligned with the SF package for plotting. I have also added some new maps. Would you be...
When looking at the app below on a small screen with zoom in the browser the input-boxes from `select_group_ui` expands upwards and "hides" the results. This makes it impossible to...
Some web browsers on laptops have a high zoom by default (150%) when opening shiny apps. If you open an app on a small screen with high zoom, `virtualSelectInput` expands...
It would be neat to be able to provide selected values for each `virtualSelectInput` like this: ``` select_group_ui( id = "my-filters", params = list( list(inputId = "Manufacturer", label = "Manufacturer:",...