vue-treeselect
vue-treeselect copied to clipboard
Add aria-label parameter
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.
Codecov Report
Merging #294 into master will decrease coverage by
0.19%. The diff coverage isn/a.
@@ 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 dataPowered by Codecov. Last update 62db434...abd690d. Read the comment docs.
Is this something that can be added still?
Any idea when this PR will be merged? need this feature on the plugin.