Accessibility Select - Can't navigate to select with keyboard if in initially closed panel #17545
Open
1 of 4 tasks
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
There is an issue with keyboard accessibility when Select is used inside initially collapsed Panel.
When Panels input collapsed initially is set to false keyboard accessibility works as exptected.
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/uvcatr26?file=src%2Fapp%2Fpanel-toggleable-demo.html,src%2Fapp%2Fpanel-toggleable-demo.ts
Environment
Win11
Angular version
19.0.1
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
If you change filterCollapsed value to false:
you will be able to navigate to select using 'Tab' key on keyboard.
For some reason tabindex input of select is ignored in first scenario.
Expected behavior
User should be able to navigate to Select using keyboard even if panel is initially closed.
The text was updated successfully, but these errors were encountered: