Page 1 of 1

MultiSelect group labels disappear when filtering

Posted: 18 Sep 2022, 18:16
by john.oconnor
Hi,

I'm trying to use filtering and groups with the MultiSelect, but when any filter text is entered, all group labels are hidden, so you can't see which group the filtered options belong to. You recreate this problem if you just take the Grouped example in the docs and add :filter="true". Any suggestions?

John

Re: MultiSelect group labels disappear when filtering

Posted: 01 Oct 2022, 22:56
by john.oconnor
I've done a fix for this and have submitted a pull request:- https://github.com/primefaces/primevue/pull/3069

Re: MultiSelect group labels disappear when filtering

Posted: 18 Oct 2022, 12:45
by bahadirsofuoglu
john.oconnor wrote:
01 Oct 2022, 22:56
I've done a fix for this and have submitted a pull request:- https://github.com/primefaces/primevue/pull/3069
We planned to use this pr for the next release. Thank you for your contribution and answer.