CTRL + F will now focus and select the search box
This commit is contained in:
parent
570afdb2a4
commit
3ecf4ff3a0
2 changed files with 10 additions and 0 deletions
|
@ -142,6 +142,7 @@
|
|||
v-on:keyup.enter="searchQuery();search.showHints = false"
|
||||
@change="showSearch();" @input="getSearchHints()" placeholder="Search..."
|
||||
v-model="search.term"
|
||||
ref="searchInput"
|
||||
class="search-input">
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue