carbon-design-system / carbon-components-vue

Vue implementation of the Carbon Design System
http://vue.carbondesignsystem.com
Apache License 2.0
609 stars 179 forks source link

cv-number-input missing aria labels on up-icon / down-icon buttons #568

Closed pmmatchen closed 5 years ago

pmmatchen commented 5 years ago

The cv-number-input component is generating buttons without aria labels to indicate their purpose.

image

<button type="button" class="bx--number__control-btn up-icon"> <button type="button" class="bx--number__control-btn down-icon">

We are using @carbon/vue 2.12.7 with carbon-components 10.6.1

lee-chase commented 5 years ago

Addressed by #573