From bedb6a841b5d4e5128efae5c385191472888fb9b Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Mon, 30 Sep 2019 11:35:26 +0200 Subject: [PATCH] keycard seed suggestions Signed-off-by: yenda --- src/status_im/ui/screens/keycard/onboarding/views.cljs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/status_im/ui/screens/keycard/onboarding/views.cljs b/src/status_im/ui/screens/keycard/onboarding/views.cljs index 4108539e71..71dcd30812 100644 --- a/src/status_im/ui/screens/keycard/onboarding/views.cljs +++ b/src/status_im/ui/screens/keycard/onboarding/views.cljs @@ -386,6 +386,8 @@ :auto-focus true :on-submit-editing #(re-frame/dispatch [:keycard.onboarding.recovery-phrase-confirm-word.ui/input-submitted]) :placeholder nil + :auto-correct false + :keyboard-type "visible-password" :container {:background-color :white} :style {:background-color :white :text-align :center