Skip to content

pickerInput doesn't work with shiny v1.11.0 #741

@IvanM26

Description

@IvanM26

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:

Image

The problem happens when pickerInput() selection is updated. The following screenshot shows that the output is not updated:

Image

The following error can be seen in the Console:

Image

reprex Session Info:

Image

Additional Comment

I wasn't able to reproduce the original error in my reprex:

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions