MultiSelect Empty Filter Message / Template is not working when you have options #14057
Labels
LTS-PORTABLE
Issue's fix will be ported to supported LTS versions
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When filtering the multi-select component and there are no results, the empty logic is not functioning as intended.
The issue lies in the following logic:
hasFilter works as expected, but isEmpty returns the array of options regardless of the filter.
Environment
Angular application using Primeng
Reproducer
https://stackblitz.com/edit/github-vr1phw?file=src%2Fapp%2Fapp.component.html
Angular version
16.2.0
PrimeNG version
16.7.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
16.19.1
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: