diff --git a/src/quo/components/text_input.cljs b/src/quo/components/text_input.cljs index 27457c25ac..7df25548ba 100644 --- a/src/quo/components/text_input.cljs +++ b/src/quo/components/text_input.cljs @@ -164,7 +164,7 @@ :on-press #(reset! visible true)} :else after) - secure (and secure-text-entry (not @visible)) + secure (boolean (and secure-text-entry (not @visible))) ; must be a boolean to work on iOS auto-complete (cond (= keyboard-type :visible-password) :off