unfocus search on enter
This commit is contained in:
parent
89ce8df0e3
commit
a9b450db03
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@
|
||||||
<div class="input-icon flex-grow-1">
|
<div class="input-icon flex-grow-1">
|
||||||
<span class="icon">{% inline "search.svg" %}</span>
|
<span class="icon">{% inline "search.svg" %}</span>
|
||||||
<!-- id used by keybindings -->
|
<!-- id used by keybindings -->
|
||||||
<input id="searchbar" class="d-block toolbar-search" type="" v-model="itemSearch">
|
<input id="searchbar" type="" class="d-block toolbar-search" v-model="itemSearch" @keydown.enter="$event.target.blur()">
|
||||||
</div>
|
</div>
|
||||||
<button class="toolbar-item ml-2"
|
<button class="toolbar-item ml-2"
|
||||||
@click="markItemsRead()"
|
@click="markItemsRead()"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue