mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-07 09:02:27 +00:00
Blur search upon hitting enter
This commit is contained in:
@@ -117,6 +117,7 @@ export default {
|
|||||||
type="text"
|
type="text"
|
||||||
placeholder="Search"
|
placeholder="Search"
|
||||||
v-model="filter"
|
v-model="filter"
|
||||||
|
v-on:keyup.enter="blurSearch()"
|
||||||
ref="search"
|
ref="search"
|
||||||
/>
|
/>
|
||||||
<table class="table table-dark table-hover">
|
<table class="table table-dark table-hover">
|
||||||
|
Reference in New Issue
Block a user