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 group labels disappear when filtering #3068

Closed
john-oc opened this issue Oct 1, 2022 · 1 comment
Closed

MultiSelect group labels disappear when filtering #3068

john-oc opened this issue Oct 1, 2022 · 1 comment
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@john-oc
Copy link

john-oc commented Oct 1, 2022

Describe the bug

When groups are used with the MultiSelect and filtering is enabled, when any filter text is entered, all group labels are hidden.
Have created a pull request with a fix for this:- #3069

Reproducer

No response

PrimeVue version

3.17.0

Vue version

3.x

Language

ALL

Build / Runtime

Vue CLI App

Browser(s)

No response

Steps to reproduce the behavior

  1. Add :filter="true" to the MultiSelect grouped example in the docs
  2. Type a value in the filter which matches one or more options
  3. Matching option(s) are shown, but all group labels disappear

Expected behavior

Group labels for options which match the filter should still be visible

@john-oc john-oc added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Oct 1, 2022
@bahadirsofuoglu bahadirsofuoglu self-assigned this Oct 21, 2022
@tugcekucukoglu tugcekucukoglu added this to the 3.18.1 milestone Oct 25, 2022
@tugcekucukoglu
Copy link
Member

Fixed #3069

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

3 participants