-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 keyboard navigation #16105
Comments
It is apparent on the docmentation screen That tabbing between inputs is broken. Additionally, when tabbing into a drop down, if the dropdown is editable, keyboard input is not enabled until the field is clicked on. Related to #13957 |
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 and try the latest PrimeNG version(v19). 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! |
This is an AWFUL way to manage a backlog. Closing out issues with no related commit. No validation of the issue. You're basically dismissing the input of your paying customers. |
We had about 1k–2k open issues, and many users have told us that most are already fixed in newer versions. Most reports come from different users, not the original reporters. Version data; New issue roadmap; https://github.com/orgs/primefaces/projects/4 LTS version support;
|
Describe the bug
Keyboard navigation issue -
Drop down value is not getting selected while navigating the item list through keyboard up/down arrow keys in the latest release version - 17 - https://primeng.org/dropdown#accessibility. It was working in previous release version - 15 - https://www.primefaces.org/primeng-v15-lts/dropdown#accessibility.
Environment
Development
Reproducer
No response
Angular version
17.3.6
PrimeNG version
17.16.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16.1
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Drop down value should get selected while navigating with up/down arrow keys as in previous version - 15 along with enter key and spacebar key.
The text was updated successfully, but these errors were encountered: