fix autocomplete
This commit is contained in:
parent
01f6f89c7d
commit
a2f2a0e409
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue