shinyWidgets icon indicating copy to clipboard operation
shinyWidgets copied to clipboard

multiple values in pickerGroup

Open stephLH opened this issue 4 years ago • 3 comments

Hello Victor,

I would like to use pickerGroup widget in my shiny app but I cannot do a multiple selection within one or several filters. It is useful to cumulate different elements in an analysis.

I tried something like that :

shinyWidgets::selectizeGroupUI(
  "filters",
  params = list(
    year = list(inputId = "year", label = "Year", multiple = TRUE)
  )
)

For now I switched to selectizeGroup, would it be possible to implement this feature ?

stephLH avatar Sep 03 '19 10:09 stephLH

This might be doable, but require to rewrite the server part, I dont know when I will be able to do it.

pvictor avatar Sep 10 '19 15:09 pvictor

That would be a great addition, as the "select all" button is not available for selectizeGroup (or rather selectizeInput).

ismirsehregal avatar Oct 11 '19 08:10 ismirsehregal

I was wondering, if there are any updates on this issue

davidseres avatar Jun 30 '21 18:06 davidseres