From 5307fdfbce914f326dab12b93dc63dae0e623bb7 Mon Sep 17 00:00:00 2001 From: yenda Date: Wed, 8 Apr 2020 21:33:03 +0200 Subject: [PATCH] fix #10039 - wasn't able to reproduce the issue as it seems that all inputs are already properly turned to lower case - added :auto-capitalize :none property to the input field though to ensure the keyboard doesn't force the user to start with an uppercase later Signed-off-by: yenda --- src/status_im/ui/screens/add_new/new_chat/views.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/status_im/ui/screens/add_new/new_chat/views.cljs b/src/status_im/ui/screens/add_new/new_chat/views.cljs index 5255af858f..83ed9ce9d6 100644 --- a/src/status_im/ui/screens/add_new/new_chat/views.cljs +++ b/src/status_im/ui/screens/add_new/new_chat/views.cljs @@ -88,6 +88,7 @@ ;; in onWillBlur navigation event handler :preserve-input? true :accessibility-label :enter-contact-code-input + :auto-capitalize :none :return-key-type :go}]] [react/view {:width 16}] [input-icon state]]