fix autocomplete

This commit is contained in:
Henry Jameson 2024-02-29 20:15:41 +02:00
parent 01f6f89c7d
commit a2f2a0e409
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
:key="index"
class="menu-item autocomplete-item"
role="option"
:class="{ active: index === highlighted }"
:class="{ '-active': index === highlighted }"
:aria-label="autoCompleteItemLabel(suggestion)"
:aria-selected="index === highlighted"
@click.stop.prevent="onClick($event, suggestion)"