p-dropdown: Focus doesn't came out of dropdown field after tabbing #14924
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
PRO Support
Issue was reported by PRO User
Resolution: Cannot Replicate
Issue could not be replicated by Core Team
Describe the bug
While tabbing through all the fields in the form, keyboard focus doesn't came out of the
p-dropdown
field.Environment
OS: Windows 10
Reproducer
No response
Angular version
16.2.7
PrimeNG version
16.5.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16.0
Browser(s)
Chrome 121.0.6167.161, Edge 121.0.2277.112
Steps to reproduce the behavior
<p-dropdown [options]="dropdownOptions" [ngModel]="selectedOption" optionLabel="name"></p-dropdown>
Expected behavior
On tab key, focus should move to next field
The text was updated successfully, but these errors were encountered: