diff --git a/src/components/smart/AutoComplete.vue b/src/components/smart/AutoComplete.vue index de02f38..18396a0 100644 --- a/src/components/smart/AutoComplete.vue +++ b/src/components/smart/AutoComplete.vue @@ -14,13 +14,25 @@ @click="updateSuggestions" @keydown="handleKeystroke" @change="emit('change', $event)" + role="combobox" + aria-autocomplete="list" + aria-haspopup="true" + aria-expanded="false" + aria-controls="autocomplete-suggestions" /> -