vuetifyjs/vuetify

[Feature Request] Table Select Checkboxes dont have labels by default

Open

#9,956 创建于 2019年12月12日

在 GitHub 查看
 (0 评论) (2 反应) (0 负责人)TypeScript (40,995 star) (7,139 fork)batch import
C: VDataTableT: enhancementgood first issue

描述

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-label or aria-labelledby)
  • header checkbox doesnt have a label

Proposed solution

  • add to the header of the table select a label and aria-label prop that can be editable
  • at times the checkbox might not need to have the label displayed so aria-label should be the one that does the trick from an accessibility point of view

贡献者指南

[Feature Request] Table Select Checkboxes dont have labels by default · vuetifyjs/vuetify#9956 | Good First Issue