This commit is contained in:
Parvesh Monu 2024-06-08 17:36:24 +05:30
parent dcb4c980dc
commit 1a666fb966
No known key found for this signature in database
GPG Key ID: F399696520817DE9
1 changed files with 3 additions and 1 deletions

View File

@ -75,7 +75,9 @@
:default-value @default-value
:blur? blur?
:disabled? processing
:on-layout #(some-> ^js @input-ref (.focus))
:on-layout #(js/setTimeout (fn []
(print "------ later")
(some-> ^js @input-ref (.focus))) 2000)
:placeholder (i18n/label :t/type-your-password)
:ref #(reset! input-ref %)
:auto-focus true