Skip to content

Commit dca5ef5

Browse files
Chartman123backportbot[bot]
authored andcommitted
prevent enter handling in Form title
Signed-off-by: Christian Hartmann <[email protected]>
1 parent 5f8c076 commit dca5ef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/Create.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
:placeholder="t('forms', 'Form title')"
8282
required
8383
autofocus
84+
@keydown.enter.prevent
8485
@input="onTitleChange" />
8586
</h2>
8687
<label class="hidden-visually" for="form-desc">

0 commit comments

Comments
 (0)