From 384e34667b07dd192fb1c3df33124b31948f3b4d Mon Sep 17 00:00:00 2001 From: Eric Dvorsak Date: Wed, 17 Jan 2018 16:27:28 +0100 Subject: [PATCH] [fix #2681] remove autocapitalize field for numeric input --- src/status_im/ui/screens/wallet/send/styles.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/status_im/ui/screens/wallet/send/styles.cljs b/src/status_im/ui/screens/wallet/send/styles.cljs index 1c432e8a1e9..7135e612c85 100644 --- a/src/status_im/ui/screens/wallet/send/styles.cljs +++ b/src/status_im/ui/screens/wallet/send/styles.cljs @@ -144,8 +144,7 @@ (def transaction-fee-input {:flex 1 :keyboard-type :numeric - :auto-capitalize "none" :placeholder "0.000" :placeholder-text-color styles/color-white-transparent :selection-color :white - :style wallet.components.styles/text-input}) \ No newline at end of file + :style wallet.components.styles/text-input})