p-dropdown does not let you type single letter to select options that begin with that letter #15279
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
In version 15.x, you could expand a dropdown and type a single character and the dropdown would cycle through the options that begin with that letter.
For example,
Rome
Rodeo
If you type r, it should select Rome. Then if you type r again it should jump to the next element which would be Rodeo.
It stopped working like that in version 16.x and now in 17.x. This is common for dropdowns to work like this. You should be able to keep typing the letter and the dropdown will cycle through the options that start with that letter.
Environment
N/A
Reproducer
No response
Angular version
17.3.1
PrimeNG version
17.13.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
n/a
Browser(s)
Chrome and Edge
Steps to reproduce the behavior
No response
Expected behavior
Type a single character and have the dropdown cycle through the options that begin with that letter.
The text was updated successfully, but these errors were encountered: