We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since 16.3.X version, navigation with tabulation key is broken by p-dropdown component
You can try here it's KO: https://primeng.org/dropdown
It's OK on 16.2.X and older version: https://www.primefaces.org/primeng-v15-lts/dropdown
prime ng 16.3.X and newer
No response
16.4.X
16.X
Angular CLI App
TypeScript
16.14
chrome
when focus comes to p-dropdown, tab key lost navigation
when focus comes to p-dropdown, and after another tab keypress, focus must going to next element
The text was updated successfully, but these errors were encountered:
When enabling filter or editable options it works as expected. Not suggesting that this would be a workaround, just pointing it out
Sorry, something went wrong.
We run into this issue as well.
+1 also on v16.6
Successfully merging a pull request may close this issue.
Describe the bug
Since 16.3.X version, navigation with tabulation key is broken by p-dropdown component
You can try here it's KO:
https://primeng.org/dropdown
It's OK on 16.2.X and older version:
https://www.primefaces.org/primeng-v15-lts/dropdown
Environment
prime ng 16.3.X and newer
Reproducer
No response
Angular version
16.4.X
PrimeNG version
16.X
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
16.14
Browser(s)
chrome
Steps to reproduce the behavior
when focus comes to p-dropdown, tab key lost navigation
Expected behavior
when focus comes to p-dropdown, and after another tab keypress, focus must going to next element
The text was updated successfully, but these errors were encountered: