We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7ea798 + 7d8939c commit a7a10aaCopy full SHA for a7a10aa
3 files changed
src/components/PillMenu.vue
@@ -53,7 +53,7 @@ export default {
53
*/
54
disabled: {
55
type: Boolean,
56
- required: true,
+ default: false,
57
},
58
59
/**
src/components/Questions/QuestionDropdown.vue
@@ -34,8 +34,8 @@
34
:options="sortedOptions"
35
:searchable="false"
36
label="text"
37
+ :aria-label-combobox="selectOptionPlaceholder"
38
@input="onInput" />
-
39
<template v-else>
40
<div v-if="isLoading">
41
<NcLoadingIcon :size="64" />
src/components/SidebarTabs/SharingSearchDiv.vue
@@ -15,6 +15,7 @@
15
user-select
16
:filter-by="() => true"
17
label="displayName"
18
+ :aria-label-combobox="t('forms', 'Search for user, group or team …')"
19
@search="asyncSearch"
20
@input="addShare">
21
<template #no-options>
0 commit comments