This commit is contained in:
2020-04-04 23:24:16 +00:00
parent a065571e8b
commit 3235c2cc1f
3 changed files with 21 additions and 3 deletions

View File

@@ -3,6 +3,13 @@
<v-row v-if="formState.ready">
<v-col>
<v-form ref="form">
<!-- Prevent implicit submission of the form on enter key, this is not necessary on a form with a text area which is why I never noticed it with the other forms -->
<button
type="submit"
disabled
style="display: none"
aria-hidden="true"
></button>
<v-row>
<v-col cols="12" mt-1 mb-2>
<v-alert
@@ -57,6 +64,7 @@
:ref="item.key"
:disabled="item.required"
@change="includeChanged(item)"
:data-cy="!!$ay.dev ? item.key + 'Include' : false"
></v-checkbox>
<!-- RE-ORDER CONTROL -->
<div class="d-flex justify-space-between">