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