vue-treeselect icon indicating copy to clipboard operation
vue-treeselect copied to clipboard

Add aria-label parameter

Open fernandezcuesta opened this issue 6 years ago • 3 comments

Reporters like axe complain about treeselect component's input missing a11y parameters. This adds an additional (optional) parameter to set the aria-label value for the input tag.

fernandezcuesta avatar Oct 02 '19 10:10 fernandezcuesta

Codecov Report

Merging #294 into master will decrease coverage by 0.19%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #294     +/-   ##
=========================================
- Coverage   97.88%   97.68%   -0.2%     
=========================================
  Files          27       27             
  Lines        1038     1038             
  Branches      104      104             
=========================================
- Hits         1016     1014      -2     
- Misses          7        9      +2     
  Partials       15       15
Impacted Files Coverage Δ
src/components/Input.vue 98.97% <ø> (ø) :arrow_up:
src/mixins/treeselectMixin.js 100% <ø> (ø) :arrow_up:
src/components/MenuPortal.vue 93.65% <0%> (-3.18%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 62db434...abd690d. Read the comment docs.

codecov[bot] avatar Oct 02 '19 10:10 codecov[bot]

Is this something that can be added still?

tomearly avatar Jul 08 '20 08:07 tomearly

Any idea when this PR will be merged? need this feature on the plugin.

iampawan31 avatar Jan 12 '22 05:01 iampawan31