You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vuetify Version: 3.3.13 Vue Version: 3.1.5 Browsers: Chrome 116.0.0.0 OS: Mac OS 10.15.7
Steps to reproduce
Use the aXe Accessibility chrome extension and scan the playground example's page. There are two errors.
Expected Behavior
No errors should appear
Actual Behavior
The v-select nested in the v-data-table (and any plain, standalone v-select) give the error "Interactive Features must not be nested" referring to the input element inside the v-field. The v-data-table itself needs an aria-label on the checkbox input that shows as a result of the show-select prop
Environment
Vuetify Version: 3.3.13
Vue Version: 3.1.5
Browsers: Chrome 116.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
Use the aXe Accessibility chrome extension and scan the playground example's page. There are two errors.
Expected Behavior
No errors should appear
Actual Behavior
The v-select nested in the v-data-table (and any plain, standalone v-select) give the error "Interactive Features must not be nested" referring to the input element inside the v-field. The v-data-table itself needs an aria-label on the checkbox input that shows as a result of the show-select prop
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: