From d042f40e69a13ce9355a9fe95a2cf81d69b8f27b Mon Sep 17 00:00:00 2001 From: flexsurfer Date: Mon, 22 May 2023 11:09:19 +0200 Subject: [PATCH] autocomplete password (#15979) --- src/quo2/components/inputs/input/view.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quo2/components/inputs/input/view.cljs b/src/quo2/components/inputs/input/view.cljs index 6fbdbdfd42..03211bcf45 100644 --- a/src/quo2/components/inputs/input/view.cljs +++ b/src/quo2/components/inputs/input/view.cljs @@ -142,7 +142,7 @@ (assoc props :accessibility-label :password-input :auto-capitalize :none - :auto-complete :password-new + :auto-complete :password :secure-text-entry (not @password-shown?) :right-icon {:style-fn style/password-icon :icon-name (if @password-shown? :i/hide :i/reveal)