test
This commit is contained in:
parent
1a666fb966
commit
9d2bea63a3
|
@ -77,7 +77,7 @@
|
||||||
:disabled? processing
|
:disabled? processing
|
||||||
:on-layout #(js/setTimeout (fn []
|
:on-layout #(js/setTimeout (fn []
|
||||||
(print "------ later")
|
(print "------ later")
|
||||||
(some-> ^js @input-ref (.focus))) 2000)
|
(some-> ^js @input-ref (.focus))) 5000)
|
||||||
:placeholder (i18n/label :t/type-your-password)
|
:placeholder (i18n/label :t/type-your-password)
|
||||||
:ref #(reset! input-ref %)
|
:ref #(reset! input-ref %)
|
||||||
:auto-focus true
|
:auto-focus true
|
||||||
|
|
Loading…
Reference in New Issue