vuetify
vuetify copied to clipboard
[Bug Report][3.6.4] Accessibility: VCheckbox using the hide-details prop adds an 'aria-describedby' attribute referencing a non-existent element
Environment
Vuetify Version: 3.6.4 Vue Version: 3.4.27 Browsers: Edge 124.0.0.0 OS: Windows 10
Steps to reproduce
Use the hide-details
(or hide-details="auto"
) prop on a VCheckbox component.
Expected Behavior
The aria-describedby
attribute should not be present, or should be empty or null.
Actual Behavior
The aria-describedby
attribute refers to a messages element that doesn't exist, causing accessibility check errors.