fill mask for fiat

This commit is contained in:
callebtc 2022-02-18 12:35:25 +01:00
parent 13a72d9a41
commit 6496fac35f

View File

@ -417,9 +417,11 @@
filled
dense
v-model.number="receive.data.amount"
type="number"
:label="'Amount (' + receive.unit + ') *'"
:step="receive.unit != 'sat' ? '0.001' : '1'"
:mask="receive.unit != 'sat' ? '#.##' : '#'"
fill-mask="0"
reverse-fill-mask
:step="receive.unit != 'sat' ? '0.01' : '1'"
:min="receive.minMax[0]"
:max="receive.minMax[1]"
:readonly="receive.lnurl && receive.lnurl.fixed"