AddSectionDialog: fix enter key behavior
This commit is contained in:
@ -14,6 +14,7 @@
|
|||||||
:rules="[v => !!v || 'Required']"
|
:rules="[v => !!v || 'Required']"
|
||||||
v-model="name"
|
v-model="name"
|
||||||
label="Name"
|
label="Name"
|
||||||
|
v-on:keydown.enter.prevent="doNewSection()"
|
||||||
autofocus
|
autofocus
|
||||||
required>
|
required>
|
||||||
</v-text-field>
|
</v-text-field>
|
||||||
|
|||||||
Reference in New Issue
Block a user