vuetifyjs/vuetify
[Feature Request] Table Select Checkboxes dont have labels by default
已關閉
#9,956 建立於 2019年12月12日
C: VDataTableT: enhancementgood first issue
倉庫指標
- 星標
- (40,995 顆星)
- PR 合併指標
- (平均合併 59天 10小時) (30 天內合併 8 個 PR)
描述
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