Skip to content

Commit

Permalink
fix: ensure that CvDropdown has single tabindex for accessibility (#868)
Browse files Browse the repository at this point in the history
Co-authored-by: William Glasse <william.glasse@ibm.com@Williams-MacBook-Pro.local>
  • Loading branch information
william-glasse and William Glasse authored Apr 17, 2020
1 parent bb48c36 commit b8f0d55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/components/cv-dropdown/cv-dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
:data-value="internalValue"
:data-invalid="isInvalid"
class="bx--dropdown"
tabindex="0"
:class="{
'bx--dropdown--light': theme === 'light',
'bx--dropdown--up': up,
Expand Down

0 comments on commit b8f0d55

Please sign in to comment.