Skip to content

Commit 208c6fd

Browse files
authored
My grand contribution to this software (#2086)
1 parent 426cbf3 commit 208c6fd

File tree

1 file changed

+1
-1
lines changed
  • packages/@headlessui-vue/src/components/combobox

1 file changed

+1
-1
lines changed

packages/@headlessui-vue/src/components/combobox/combobox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ export let ComboboxOption = defineComponent({
10891089
tabIndex: disabled === true ? undefined : -1,
10901090
'aria-disabled': disabled === true ? true : undefined,
10911091
// According to the WAI-ARIA best practices, we should use aria-checked for
1092-
// multi-select,but Voice-Over disagrees. So we use aria-checked instead for
1092+
// multi-select,but Voice-Over disagrees. So we use aria-selected instead for
10931093
// both single and multi-select.
10941094
'aria-selected': selected.value,
10951095
disabled: undefined, // Never forward the `disabled` prop

0 commit comments

Comments
 (0)