-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
listbox filter is not working if options is bind to a string array #14454
Closed
ioantoader opened this issue
Dec 30, 2023
· 3 comments
· Fixed by #15985 · 4 remaining pull requests
Closed
listbox filter is not working if options is bind to a string array #14454
ioantoader opened this issue
Dec 30, 2023
· 3 comments
· Fixed by #15985 · 4 remaining pull requests
Labels
LTS-16-PORTABLE
LTS-FIXED-16.9.13
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
v18-port
Milestone
Comments
ioantoader
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Dec 30, 2023
I am encountering the same problem. I have made a stackblitz for it here: https://stackblitz.com/edit/gjuaa6?file=src%2Fapp%2Fdemo%2Flistbox-filter-demo.html Have yet to figure out a workaround that isnt just using the label, value format |
+1, any updates on this issue? |
I am facing the same issue with p-listbox. primeng version 16 and angular version 17 |
mehmetcetin01140
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Jul 9, 2024
cetincakiroglu
added a commit
that referenced
this issue
Jul 11, 2024
Fixed #14454 - Listbox | filter is not working if options is bind to …
This was referenced Aug 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
LTS-16-PORTABLE
LTS-FIXED-16.9.13
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
v18-port
Describe the bug
I have a listbox like
where public filterOptions: string[] | undefined; not an array of objects label, value, In this case when I enter a value in the filter always the list is empty
Environment
windows
Reproducer
No response
Angular version
17.0.8
PrimeNG version
17.03
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.10
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: