Skip to content

Commit

Permalink
fix: aria-checked should be 'true' or 'false' string
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnixon committed Nov 8, 2023
1 parent 5372cfd commit 01afbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CvDropdown/CvDropdownItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
>
<a
ref="link"
:aria-checked="dataSelected"
:aria-checked="`${dataSelected}`"
:class="`${carbonPrefix}--dropdown-link`"
href="javascript:void(0)"
role="menuitemradio"
Expand Down

0 comments on commit 01afbfb

Please sign in to comment.