This commit is contained in:
James Cole
2019-10-05 13:11:12 +02:00
parent 2580927439
commit bb6aa568ba
22 changed files with 22 additions and 22 deletions

View File

@@ -37,7 +37,7 @@
<div class="col-sm-8">
<input type="number" @input="handleInput" ref="amount" :value="value.amount" step="any" class="form-control"
name="foreign_amount[]" v-if="this.enabledCurrencies.length > 0"
:title="title" autocomplete="off" :placeholder="this.title">
:title="this.title" autocomplete="off" :placeholder="this.title">
<ul class="list-unstyled" v-for="error in this.error">
<li class="text-danger">{{ error }}</li>