From a2cfe43e7499b3379037302b38a6f58a0aac75f9 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Tue, 12 Jan 2021 13:04:25 +0200 Subject: [PATCH] Disabled the direct damage input in the attribute form: it can't be edited anyway --- app/imports/ui/properties/forms/AttributeForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/imports/ui/properties/forms/AttributeForm.vue b/app/imports/ui/properties/forms/AttributeForm.vue index eab23559..952c8f4f 100644 --- a/app/imports/ui/properties/forms/AttributeForm.vue +++ b/app/imports/ui/properties/forms/AttributeForm.vue @@ -92,6 +92,7 @@ class="damage-field text-xs-center" style="max-width: 300px;" hint="The attribute's final value is reduced by this amount" + disabled :value="model.damage" :error-messages="errors.damage" @change="change('damage', ...arguments)"