Synonym.no
Gratis synonymordbok
0"
@input="fetchResults"
@keydown.escape.window="focused = false"
@keydown.arrow-down.prevent="selectedIndex = (selectedIndex + 1) % results.length"
@keydown.arrow-up.prevent="selectedIndex = (selectedIndex - 1 + results.length) % results.length"
@keydown.enter.prevent="selectResult(results[selectedIndex])">
-
- no_results