diff --git a/app/src/components/v-form/form-field.vue b/app/src/components/v-form/form-field.vue index 56ec87d251..839bbdb9cc 100644 --- a/app/src/components/v-form/form-field.vue +++ b/app/src/components/v-form/form-field.vue @@ -35,6 +35,7 @@ :batch-active="batchActive" :disabled="isDisabled" :primary-key="primaryKey" + data-disable-mousetrap @input="$emit('input', $event)" /> diff --git a/app/src/components/v-modal/v-modal.vue b/app/src/components/v-modal/v-modal.vue index eb1156650a..fb200c7c33 100644 --- a/app/src/components/v-modal/v-modal.vue +++ b/app/src/components/v-modal/v-modal.vue @@ -37,6 +37,7 @@