-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Open
Labels
C: VSelectT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expecteda11yAccessibility issueAccessibility issue
Description
Environment
Vuetify Version: 3.10.3
Vue Version: 3.5.22
OS: macOS 10.15.7 (current)
Steps to reproduce
- View source
Expected Behavior
Only one label element is rendered for the select
Actual Behavior
2 labels are rendered for the select, with the same 'label-for' value. Accessibility error is shown even with 'aria-hidden=true' on one label.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Having duplicate labels for the element throws a "Multiple form labels A form control has more than one label associated with it." accessibility error.
Images
Metadata
Metadata
Assignees
Labels
C: VSelectT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expecteda11yAccessibility issueAccessibility issue