From aa259103677306385f30a94d98711ec669de6086 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sat, 5 Nov 2022 22:08:15 +0100 Subject: [PATCH] input fields --- .../cashu/templates/cashu/wallet.html | 23 +++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/lnbits/extensions/cashu/templates/cashu/wallet.html b/lnbits/extensions/cashu/templates/cashu/wallet.html index e247c17e4..381d6351d 100644 --- a/lnbits/extensions/cashu/templates/cashu/wallet.html +++ b/lnbits/extensions/cashu/templates/cashu/wallet.html @@ -526,6 +526,7 @@
+
+ + + + + + +
@@ -1232,7 +1247,7 @@ /////////////////////////////////// WALLET /////////////////////////////////// showInvoicesDialog: async function () { console.log('##### showInvoicesDialog') - this.invoiceData.amount = 0 + this.invoiceData.amount = '' this.invoiceData.bolt11 = '' this.invoiceData.hash = '' this.invoiceData.memo = '' @@ -1269,7 +1284,7 @@ console.log('##### showSendTokensDialog') this.sendData.tokens = '' this.sendData.tokensBase64 = '' - this.sendData.amount = 0 + this.sendData.amount = '' this.sendData.memo = '' this.showSendTokens = true },