From df3dec886392a8fdb61c617f7fef61273ae12c58 Mon Sep 17 00:00:00 2001 From: Serhy Date: Fri, 19 Jun 2020 19:33:45 +0300 Subject: [PATCH] Add auto-capitalize words to keyboard Signed-off-by: andrey --- src/status_im/ui/screens/wallet/send/views.cljs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/status_im/ui/screens/wallet/send/views.cljs b/src/status_im/ui/screens/wallet/send/views.cljs index edde3da2e4..d9d7e4299e 100644 --- a/src/status_im/ui/screens/wallet/send/views.cljs +++ b/src/status_im/ui/screens/wallet/send/views.cljs @@ -105,6 +105,7 @@ :color (if amount-error colors/red colors/black) :flex-shrink 1} :keyboard-type :decimal-pad + :auto-capitalize :words :accessibility-label :amount-input :default-value amount-text :editable (not request?) @@ -164,6 +165,7 @@ :color (when amount-error colors/red) :flex-shrink 1} :keyboard-type :decimal-pad + :auto-capitalize :words :accessibility-label :amount-input :default-value amount-text :auto-focus true