You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When tabbing to a dropdown that has enough records for the dropdown to have a scroll bar and then pressing a letter on the keyboard of an item lower on the list in the dropdown, it opens the dropdown however it does not auto scroll to where the record is in the dropdown.
Below is a gif of the bug:
Environment
I have tried it on the PrimeNG website and the bug exists there too.
Reproducer
No response
Angular version
18.2.13
PrimeNG version
17.18.12
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.17.8
Browser(s)
Chrome, FireFox
Steps to reproduce the behavior
Tab to a dropdown that has enough records so that it has a scroll bar.
Press the letter on the keyboard for a record that is lower on the list of items in the dropdown.
It will open the dropdown however, visually it will not scroll to the record.
Visually it will remain on the top of the dropdown.
Expected behavior
When you tab to a dropdown and press a letter of a record in the dropdown, it should both visually scroll to the dropdown and highlight the record.
The text was updated successfully, but these errors were encountered:
Describe the bug
When tabbing to a dropdown that has enough records for the dropdown to have a scroll bar and then pressing a letter on the keyboard of an item lower on the list in the dropdown, it opens the dropdown however it does not auto scroll to where the record is in the dropdown.
Below is a gif of the bug:
Environment
I have tried it on the PrimeNG website and the bug exists there too.
Reproducer
No response
Angular version
18.2.13
PrimeNG version
17.18.12
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.17.8
Browser(s)
Chrome, FireFox
Steps to reproduce the behavior
Expected behavior
When you tab to a dropdown and press a letter of a record in the dropdown, it should both visually scroll to the dropdown and highlight the record.
The text was updated successfully, but these errors were encountered: