Disabled the direct damage input in the attribute form: it can't be edited anyway
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user