Component: p-multiSelect resetFilterOnHide issue #14134
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When resetFilterOnHide is enabled, the second opening of the overlay panel generates an exception. I believe the issue lies in the resetFilter method; the _filterValue property is set to null. In my opinion, it should be done like this: this._filterValue.set(null), since it is a Signal or by using the setter filterValue.
Environment
All
Reproducer
https://stackblitz.com/edit/pjvadj?file=src%2Fapp%2Fdemo%2Fmulti-select-basic-demo.html
Angular version
16.2.0
PrimeNG version
16.7.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.18.0
Browser(s)
No response
Steps to reproduce the behavior
At this point the exception should be thrown in console.
Expected behavior
No response
The text was updated successfully, but these errors were encountered: