Component: p-dropdown #15112
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
PRO Support
Issue was reported by PRO User
Status: Discussion
Issue or pull request needs to be discussed by Core Team
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When the dropdown is expanded but there are no values, and the "no results found" message is shown, Axe DevTools is showing an accessibility issue. This is related to the list not being contained within the ul or ol tags that have the role "list" or no role (the current role is "listbox").
Environment
windows 10
Reproducer
https://stackblitz.com/github/primefaces/primeng-issue-template?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.module.ts
Angular version
17.2.3
PrimeNG version
17.11.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.18.0
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: