AccordionTab: keyboard navigation not working when inside a Dialog #2864
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Type: Bug
Issue contains a defect related to a specific component.
Milestone
Describe the bug
When iterating over a page's elements with the tab key, the anchor within
AccordionTab
normally gets the focus, but not so when inside aDialog
.Reproducer
https://codesandbox.io/s/strange-shaw-dn3qe1?file=/src/demo/AccordionDemo.js
PrimeReact version
8.0.1
React version
18.x
Language
ALL
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Accordions should be accessible to keyboard users even when within a dialog.
The text was updated successfully, but these errors were encountered: