Component: Dropdown TypeError: option.toLowerCase is not a function #14682
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Same problem as in issue #14370:
Declaring a dropdown with a filter, but not specifying
optionlabel="label"
orfilterBy="label"
breaks the dropdown on filter.Environment
Chrome, Mozilla
Reproducer
https://stackblitz.com/edit/github-3wjoqr?file=src%2Fapp%2Fapp.component.html
Angular version
17.x.x
PrimeNG version
17.x.x
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.x.x
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
Default filter should reference to label as before, not undefined
The text was updated successfully, but these errors were encountered: