mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
amount readonly in contributionForm
This commit is contained in:
parent
997b37bf48
commit
d734d54239
@ -36,6 +36,9 @@
|
|||||||
type="text"
|
type="text"
|
||||||
readonly
|
readonly
|
||||||
trim
|
trim
|
||||||
|
v-focus="amountFocused"
|
||||||
|
@focus="amountFocused = true"
|
||||||
|
@blur="normalizeAmount(valid)"
|
||||||
></b-form-input>
|
></b-form-input>
|
||||||
</b-input-group>
|
</b-input-group>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user