We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b12059 commit c65429bCopy full SHA for c65429b
1 file changed
src/views/Search.vue
@@ -9,7 +9,7 @@ div
9
| {{error}}
10
11
b-input-group(size="lg")
12
- b-input(v-model="pattern" placeholder="Regex pattern to search for")
+ b-input(v-model="pattern" v-on:keyup.enter="search()" placeholder="Regex pattern to search for")
13
b-input-group-append
14
b-button(type="button", @click="search()" variant="success")
15
icon(name="search")
0 commit comments