Automplete: autoHighlight=true option no longer works in latest primeng version #15663
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
I recently upgraded from primeng 16.1.0 to 17.17.0
Now, in the autocomplete component, autoHighlight=true no longer automatically selects the first element in the list of suggestions.
Environment
Angular app using primeng.
Reproducer
https://stackblitz.com/edit/4shexj?file=src%2Fapp%2Fautocomplete-objects-demo.html
Angular version
17.3.9
PrimeNG version
17.17.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.10.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Expected: "United Arab Emirates" suggestion is highlighted and can be selected by hitting Enter key.
Actual: No suggestion is highlighted.
The text was updated successfully, but these errors were encountered: