Accordion: nested inputs loose focus when pressing arrow keys #14105
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When we nest any kind of input (multiselect, select, autocomplete...) inside an accordion and we use arrow keys to select any entry, the input looses the focus in favour of accordion tab header.
Environment
Ubuntu linux
VsCode
Reproducer
https://stackblitz.com/edit/github-ykowfu?file=src%2Fapp%2Fapp.component.html
Angular version
16.2.12
PrimeNG version
16.6.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
it's impossible to select an entry because the input looses the focus
Expected behavior
input should keep the focus and allows to select an entry using arrow keys
The text was updated successfully, but these errors were encountered: