Fix various issues in forms.

This commit is contained in:
James Cole
2021-04-08 17:41:19 +02:00
parent 3e12d26afd
commit f2073a4494
11 changed files with 23 additions and 22 deletions

View File

@@ -22,8 +22,8 @@
<div class="form-group">
<div v-if="visible" class="text-xs d-none d-lg-block d-xl-block">
<span v-if="0 === this.index">{{ $t('firefly.' + this.direction + '_account') }}</span>
<span v-if="this.index > 0" class="text-warning">{{ $t('firefly.first_split_overrules_' + this.direction) }}</span><br>
<span>{{ selectedAccount }}</span>
<span v-if="this.index > 0" class="text-warning">{{ $t('firefly.first_split_overrules_' + this.direction) }}</span>
<!--<br><span>{{ selectedAccount }}</span> -->
</div>
<div v-if="!visible" class="text-xs d-none d-lg-block d-xl-block">
&nbsp;

View File

@@ -33,6 +33,7 @@
autocomplete="off"
name="amount[]"
type="number"
step="any"
>
</div>
<span v-if="errors.length > 0">