Skip to content
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

p-dropdown does not let you type single letter to select options that begin with that letter #15279

Closed
emorin opened this issue Apr 16, 2024 · 3 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@emorin
Copy link

emorin commented Apr 16, 2024

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.

@emorin emorin added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Apr 16, 2024
@emorin
Copy link
Author

emorin commented Jul 2, 2024

Anything for this? Our users really miss this feature.

@mertsincan
Copy link
Member

Hi,

So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you open a new issue so we can include it in our roadmap?

Thanks a lot for your understanding!
Best Regards,

@av-code-crafter
Copy link

@mertsincan This issue is still not resolved in version 17.18.15. Typing the first character does not cycle through all matching options which starts with that character. It just stays on the first item. This was a really good feature in older version which users are used to use a lot. Is there any chance that this feature is going to be back?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

3 participants