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