Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

p-picklist Filter stop working in v18 beta-3 #16622

Closed
joangilabert94 opened this issue Oct 23, 2024 · 2 comments
Closed

p-picklist Filter stop working in v18 beta-3 #16622

joangilabert94 opened this issue Oct 23, 2024 · 2 comments
Assignees
Labels
Resolution: Cannot Replicate Issue could not be replicated by Core Team
Milestone

Comments

@joangilabert94
Copy link

joangilabert94 commented Oct 23, 2024

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>

image
image

Expected behavior

Filter works

@joangilabert94 joangilabert94 added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Oct 23, 2024
@joangilabert94 joangilabert94 changed the title p-picklist Filter stop working in beta.3 p-picklist Filter stop working in v18 beta-3 Oct 23, 2024
@cetincakiroglu cetincakiroglu added this to the 18.0.0-rc.1 milestone Oct 26, 2024
@mertsincan mertsincan added Status: Pending Review Issue or pull request is being reviewed by Core Team and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Nov 19, 2024
@mertsincan mertsincan removed this from PrimeNG Nov 20, 2024
@mehmetcetin01140 mehmetcetin01140 added the Resolution: Cannot Replicate Issue could not be replicated by Core Team label Nov 26, 2024
Copy link

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.

@mehmetcetin01140 mehmetcetin01140 removed the Status: Pending Review Issue or pull request is being reviewed by Core Team label Nov 26, 2024
@mehmetcetin01140 mehmetcetin01140 closed this as completed by moving to Done in PrimeNG Nov 26, 2024
@joangilabert94
Copy link
Author

Hello, here is the stackblitz: https://stackblitz.com/edit/github-ugcm7f?file=src%2Fapp%2Fapp.component.html
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Cannot Replicate Issue could not be replicated by Core Team
Projects
Status: Done
Development

No branches or pull requests

4 participants