fix: lnurlpay comment was being parsed as number.

This commit is contained in:
fiatjaf
2021-03-26 21:10:15 -03:00
parent 85011d23c3
commit 574358a118

View File

@@ -438,7 +438,7 @@
<q-input <q-input
filled filled
dense dense
v-model.number="parse.data.comment" v-model="parse.data.comment"
:type="parse.lnurlpay.commentAllowed > 64 ? 'textarea' : 'text'" :type="parse.lnurlpay.commentAllowed > 64 ? 'textarea' : 'text'"
label="Comment (optional)" label="Comment (optional)"
:maxlength="parse.lnurlpay.commentAllowed" :maxlength="parse.lnurlpay.commentAllowed"