Skip to content

Fix: filterFields input is not applied in MultiSelect filtering#19341

Open
Indragith20 wants to merge 2 commits intoprimefaces:masterfrom
Indragith20:multiselect-filter-fields-issue
Open

Fix: filterFields input is not applied in MultiSelect filtering#19341
Indragith20 wants to merge 2 commits intoprimefaces:masterfrom
Indragith20:multiselect-filter-fields-issue

Conversation

@Indragith20
Copy link
Contributor

Issue

filterFields input in MultiSelect was defined in the public API but not used anywhere in the filtering logic.
As a result, providing filterFields had no effect and filtering always relied on the default field (filterBy/ optionLabel / implicit string matching), causing incorrect filtered results.

This leads to incorrect filtering behavior and makes the filterFields API ineffective.

This PR will fix the above issue.

@Indragith20
Copy link
Contributor Author

Fix for the issue #19342

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 this pull request may close these issues.

2 participants