vuetifyjs/vuetify
[Feature Request] Table Select Checkboxes dont have labels by default
Closed
#9,956 opened on Dec 12, 2019
C: VDataTableT: enhancementgood first issue
Repository metrics
- Stars
- (40,995 stars)
- PR merge metrics
- (Avg merge 59d 10h) (8 merged PRs in 30d)
Description
Problem to solve
When having a select checkbox for the tables the following happens by default
- checkboxes get created (they have a label attached to it but no
aria-labeloraria-labelledby) - header checkbox doesnt have a label
Proposed solution
- add to the header of the table select a
labelandaria-labelprop that can be editable - at times the checkbox might not need to have the label displayed so
aria-labelshould be the one that does the trick from an accessibility point of view