Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiselect ComboBox #160

Open
jessetalley opened this issue Feb 26, 2023 · 1 comment · May be fixed by #161
Open

Multiselect ComboBox #160

jessetalley opened this issue Feb 26, 2023 · 1 comment · May be fixed by #161

Comments

@jessetalley
Copy link

Steps to reproduce

  1. shiny.fluent::ComboBox.shinyInput(inputId = "test_ComboBox",
    value = "all",
    multiSelect = TRUE,
    options = list(list(key ="A", text = "A"),
    list(key = "B", text = "B")))

Bug description

When using mutiselect with a combobox, selecting a new option clears all of the other options.

Expected behavior

Multiple items should be selected instead of clearing to previously selected items.

Comments

I saw that this bug was fixed with the Dropdown component. Hoping it can be fixed with ComboBox too.

@jakubsob jakubsob linked a pull request Feb 27, 2023 that will close this issue
@jhk0530
Copy link

jhk0530 commented Dec 26, 2023

Any progress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants