Make autocomplete items buttons
This commit is contained in:
parent
0d6435261e
commit
4db7f07421
@ -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)"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user