Dropdown loses focus in accordion when using arrow keys #14953
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
After the update to PrimeNG 17.x.x the dropdowns, that are placed in an accordion, are losing focus when using the arrow keys to navigate through the dropdown options.
It works for selecting the first option, but after that, the dropdown loses focus and the accordion tabs are focused instead.
I created a blank sample app with the most recent Angular & PrimeNG versions and could verify this behavour.
Environment
Reproducer
No response
Angular version
17.0.7
PrimeNG version
17.9.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.19.0
Browser(s)
Chrome 122
Steps to reproduce the behavior
Expected behavior
The focus should stay within the dropdown option list.
The text was updated successfully, but these errors were encountered: