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
We're unable to replicate your issue, if you are able to create a reproducer by using PrimeNG Issue Template or add details please edit this issue. This issue will be closed if no activities in 20 days.
Describe the bug
After update to v18 beta 3 the filter in p-picklist stop working
Environment
Angular 18.2.8
PrimeNG: 18.0.0-beta.3
Reproducer
No response
Angular version
18.2.8
PrimeNG version
18.0.0-beta.3
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.15.0
Browser(s)
All
Steps to reproduce the behavior
Here is the stackblitz: https://stackblitz.com/edit/github-ugcm7f?file=src%2Fapp%2Fapp.component.html
Create simple p-picklist:
<p-picklist [source]="sourcePicklist" [target]="targetPicklist" sourceHeader="Available" targetHeader="Selected" [dragdrop]="true" [sourceStyle]="{ height: '30rem' }" [targetStyle]="{ height: '30rem' }" filterBy="label"> <ng-template pTemplate="item" let-item> <div> {{item.value}} - {{item.label}} </div> </ng-template> </p-picklist>
Expected behavior
Filter works
The text was updated successfully, but these errors were encountered: