Browse Source

Make autocomplete items buttons

tusooa 2 years ago
parent
commit
4db7f07421
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/emoji_input/emoji_input.vue

+ 1 - 0
src/components/emoji_input/emoji_input.vue

@@ -53,6 +53,7 @@
             v-for="(suggestion, index) in suggestions"
             :key="index"
             class="autocomplete-item"
+            role="button"
             :class="{ highlighted: index === highlighted }"
             @click.stop.prevent="onClick($event, suggestion)"
           >