From 9c884d11736654e77617171893aed0a356b22a96 Mon Sep 17 00:00:00 2001 From: John Ngei Date: Fri, 2 Feb 2024 23:14:49 +0100 Subject: [PATCH] fixed: input field does not adjust its size to the scanned data from a QR code --- src/status_im/contexts/wallet/add_address_to_watch/view.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/contexts/wallet/add_address_to_watch/view.cljs b/src/status_im/contexts/wallet/add_address_to_watch/view.cljs index bda75726e6..4c455831f4 100644 --- a/src/status_im/contexts/wallet/add_address_to_watch/view.cljs +++ b/src/status_im/contexts/wallet/add_address_to_watch/view.cljs @@ -59,7 +59,7 @@ :button (when empty-input? {:on-press paste-on-input :text (i18n/label :t/paste)}) - :value @input-value}] + :value (or scanned-address @input-value)}] [quo/button {:type :outline :on-press (fn []