This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user