Переглянути джерело

fix(encryption): auto-focus first password field

Kan-Ru Chen 4 роки тому
батько
коміт
05ab2e22b4
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      src/main/frontend/components/encryption.cljs

+ 0 - 1
src/main/frontend/components/encryption.cljs

@@ -78,7 +78,6 @@
        [:input.form-input.block.w-full.sm:text-sm.sm:leading-5.my-2
         {:type "password"
          :placeholder "Re-enter the password"
-         :auto-focus true
          :style {:color "#000"}
          :on-change (fn [e]
                       (reset! password-confirm (util/evalue e)))}]