From 235f8a6c197071e33edd8106892541ff497f34fc Mon Sep 17 00:00:00 2001 From: blackcoffeexbt <87530449+blackcoffeexbt@users.noreply.github.com> Date: Fri, 2 Aug 2024 07:26:10 +0100 Subject: [PATCH] Invoice creation UI: Replace input mask with pattern and inputmode (#2623) * Invoice creation UI. Replace input mask with pattern and inputmode --- lnbits/core/templates/core/wallet.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lnbits/core/templates/core/wallet.html b/lnbits/core/templates/core/wallet.html index 38ecc7e4..8aaf8a42 100644 --- a/lnbits/core/templates/core/wallet.html +++ b/lnbits/core/templates/core/wallet.html @@ -319,13 +319,11 @@