diff --git a/src/status_im/ui/screens/wallet/request/views.cljs b/src/status_im/ui/screens/wallet/request/views.cljs index ffc7bd1313..cfecd14949 100644 --- a/src/status_im/ui/screens/wallet/request/views.cljs +++ b/src/status_im/ui/screens/wallet/request/views.cljs @@ -47,8 +47,7 @@ [components/amount-selector {:error amount-error :amount amount :amount-text amount-text - :input-options {:max-length 21 - :on-focus (fn [] (when @scroll (utils/set-timeout #(.scrollToEnd @scroll) 100))) + :input-options {:on-focus (fn [] (when @scroll (utils/set-timeout #(.scrollToEnd @scroll) 100))) :on-change-text #(re-frame/dispatch [:wallet.request/set-and-validate-amount % symbol decimals])}} token]]] [bottom-buttons/bottom-buttons styles/bottom-buttons diff --git a/src/status_im/ui/screens/wallet/send/views.cljs b/src/status_im/ui/screens/wallet/send/views.cljs index f1ea316177..1ebd131e2b 100644 --- a/src/status_im/ui/screens/wallet/send/views.cljs +++ b/src/status_im/ui/screens/wallet/send/views.cljs @@ -244,8 +244,7 @@ (when-not sufficient-gas? (i18n/label :t/wallet-insufficient-gas))) :amount amount :amount-text amount-text - :input-options {:max-length 21 - :on-focus (fn [] (when (and scroll @scroll) (utils/set-timeout #(.scrollToEnd @scroll) 100))) + :input-options {:on-focus (fn [] (when (and scroll @scroll) (utils/set-timeout #(.scrollToEnd @scroll) 100))) :on-change-text #(re-frame/dispatch [:wallet.send/set-and-validate-amount % symbol decimals])}} token] [advanced-options advanced? transaction modal? scroll]]] (if signing?