mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix amount normalization condition in input amout component
This commit is contained in:
parent
cc4173d096
commit
e9b6120698
@ -20,7 +20,7 @@
|
||||
trim
|
||||
v-focus="amountFocused"
|
||||
@focus="amountFocused = true"
|
||||
@blur="normalizeAmount(valid)"
|
||||
@blur="normalizeAmount(true)"
|
||||
:disabled="disabled"
|
||||
></b-form-input>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user