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 17d9d3f commit d1bce06Copy full SHA for d1bce06
frontend/layers/base/app/components/BaseSearchInput.vue
@@ -136,8 +136,12 @@ const idSearchInput = useId()
136
<RkComboboxGroup
137
v-for="[groupKey, groupItems] in groupedResults"
138
:key="groupKey as string"
139
+ :aria-labelledby="`search-group-label-${groupKey}`"
140
>
- <RkComboboxLabel class="px-2xl py-md dark:text-gray-400">
141
+ <RkComboboxLabel
142
+ :id="`search-group-label-${groupKey}`"
143
+ class="px-2xl py-md dark:text-gray-400"
144
+ >
145
<slot
146
name="result-group-label"
147
:label="groupKey"
0 commit comments