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

View File

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