Component: p-dropdown won't focus to next input when pressing tab key #13957
Labels
Resolution: Stale
Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
When focused on a p-dropdown element with the "options" attribute defined, it is impossible to focus on the next input with the tab key.
However, when "options" attribute is not defined, it works.
Environment
Running node locally on my computer and use Angular / Primeng. The identified problem is only within PrimeNg/Angular.
Reproducer
https://stackblitz.com/edit/g27iot?file=src%2Fapp%2Fdemo%2Fdropdown-basic-demo.html
Angular version
16.2.10
PrimeNG version
16.5.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
16.2.10
Browser(s)
No response
Steps to reproduce the behavior
In the stackblitz :
Expected behavior
From the second p-dropdown focused, when pressing tab key, it should focus on the next input text.
The text was updated successfully, but these errors were encountered: