p-multiSelect: Error with [resetFilterOnHide]=true and reopening of the dropdown #14122
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
<p-multiSelect [resetFilterOnHide]="true"></p-multiSelect>
ERROR TypeError: ctx_r52._filterValue is not a function at MultiSelect_ng_template_15_div_3_ng_template_4_div_1_Template
Environment
Im using the official PrimeNG showcase app "basicdoc.ts" for my test
Reproducer
https://stackblitz.com/edit/github-myoirr?file=README.md
Angular version
16.2.0
PrimeNG version
16.7.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
16.20.2
Browser(s)
Chrome 118.0.5993.89
Steps to reproduce the behavior
No response
Expected behavior
The filter should be resetted after closing the dropdown and no error should be on the console after reopening
The text was updated successfully, but these errors were encountered: