We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426cbf3 commit 208c6fdCopy full SHA for 208c6fd
packages/@headlessui-vue/src/components/combobox/combobox.ts
@@ -1089,7 +1089,7 @@ export let ComboboxOption = defineComponent({
1089
tabIndex: disabled === true ? undefined : -1,
1090
'aria-disabled': disabled === true ? true : undefined,
1091
// 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
+ // multi-select,but Voice-Over disagrees. So we use aria-selected instead for
1093
// both single and multi-select.
1094
'aria-selected': selected.value,
1095
disabled: undefined, // Never forward the `disabled` prop
0 commit comments