AddSectionDialog: fix enter key behavior

This commit is contained in:
Seth Ladygo
2019-05-20 00:35:49 -07:00
parent 4f873a3bce
commit d46623aaf6

View File

@ -14,6 +14,7 @@
:rules="[v => !!v || 'Required']"
v-model="name"
label="Name"
v-on:keydown.enter.prevent="doNewSection()"
autofocus
required>
</v-text-field>