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

KeyFilter: No longer working on chips component #15531

Open
ethanolree opened this issue May 10, 2024 · 0 comments
Open

KeyFilter: No longer working on chips component #15531

ethanolree opened this issue May 10, 2024 · 0 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@ethanolree
Copy link

Describe the bug

Previously, the keyFilter directive worked fine with the chips component, however, with a recent change, it no longer works correctly.

image
With this addition, the nativeElement.value is undefined so when an attempt to validate the input is made, it's validating on the string 'undefined' + cc

Environment

PrimeNG

Reproducer

No response

Angular version

17.13.1

PrimeNG version

17.15.0

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

I should be able to use the keyFilter on the chips input component

@ethanolree ethanolree added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

1 participant