Skip to content

Commit 33491ad

Browse files
authored
Merge pull request sagalbot#249 from SpyTec/patch-1
Prevent submitting inside form
2 parents 8680a3d + 59b3b2f commit 33491ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
@keyup.esc="onEscape"
299299
@keydown.up.prevent="typeAheadUp"
300300
@keydown.down.prevent="typeAheadDown"
301-
@keyup.enter.prevent="typeAheadSelect"
301+
@keydown.enter.prevent="typeAheadSelect"
302302
@blur="onSearchBlur"
303303
@focus="onSearchFocus"
304304
type="search"

0 commit comments

Comments
 (0)