Open Josef-Reichardt opened 3 months ago
The Select componen (former Dropdown) contains a static <span> element in the dropdown list which breaks accessibility:
Select
Dropdown
<span>
https://primevue.org/select/
3 & 4
3.x
TypeScript
Vite
Firefox, Chrome, ... all
The expected behavior is that axe doesn't find any issue on the primevue demo page.
This happens on Menu buttons too fyi
Agreed, I'm seeing this on the menu component as well. To replicate, see the Primevue example here
I think this is the issue
Describe the bug
The
Select
componen (formerDropdown
) contains a static<span>
element in the dropdown list which breaks accessibility:Reproducer
https://primevue.org/select/
PrimeVue version
3 & 4
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
Firefox, Chrome, ... all
Steps to reproduce the behavior
Expected behavior
The expected behavior is that axe doesn't find any issue on the primevue demo page.