-
Notifications
You must be signed in to change notification settings - Fork 159
Description
pickerInput()
is not working with {shiny}
v1.11.0.
reprex
I have created a simple app to use as a reprex to showcase the problem. The code can be found in shinyWidgets.inputBinding.error repo. You just need to install the latest versions of {shiny}
and {shinyWidgets}
packages.
The app has two inputs (one defined with shinyWidgets::pickerInput()
and the other with shiny::selectInput()
).
On initialization, outputs render accordingly:
The problem happens when pickerInput()
selection is updated. The following screenshot shows that the output is not updated:
The following error can be seen in the Console:
reprex Session Info:
Additional Comment
I wasn't able to reproduce the original error in my reprex:
This error led to think that there could be problems with the inputBinding.
Nevertheless, I think the reprex showcases the problem described in the issue.