Ui tweaks

This commit is contained in:
Thaum Rystra
2020-04-29 14:00:58 +02:00
parent f63faa867b
commit 1763358642
2 changed files with 34 additions and 33 deletions

View File

@@ -4,8 +4,9 @@
<text-field
label="Base Value"
class="base-value-field"
:value="model.baseValueCalculation"
hint="This is the value of the attribute before effects are applied"
style="width: 332px;"
:value="model.baseValueCalculation"
:error-messages="errors.baseValueCalculation"
:debounce-time="debounceTime"
@change="(value, ack) => $emit('change', {path: ['baseValueCalculation'], value, ack})"