Disabled the direct damage input in the attribute form: it can't be edited anyway

This commit is contained in:
Stefan Zermatten
2021-01-12 13:04:25 +02:00
parent 026c11c13b
commit a2cfe43e74

View File

@@ -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)"