You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try and use a multiselect passing an array of class instances to the options property, internal filtering will not work, giving always an empty result set.
Describe the bug
If you try and use a multiselect passing an array of class instances to the
options
property, internal filtering will not work, giving always an empty result set.Pull Request Link
PR #17399
Reason for not contributing a PR
Other Reason
Reproducer
https://stackblitz.com/edit/github-1ildik2r?file=src%2Fapp%2Fapp.component.html
Environment
**OS: ** Windows 11
**IDE: ** JetBrains Webstorm
Angular version
19.0.5
PrimeNG version
v19
Node version
22.9.0
Browser(s)
No response
Steps to reproduce the behavior
<p-multi-select>
and pass the array as[options]
Expected behavior
Since class instances are objects as well, it is expected by the filter to work as it does with plain objects
The text was updated successfully, but these errors were encountered: