mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 18:06:38 +02:00
🐛 Activate button when input change in account
This commit is contained in:
parent
18afb701fb
commit
1102bc9cba
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@
|
||||||
on-focus #(reset! focus? true)
|
on-focus #(reset! focus? true)
|
||||||
on-change (fn [event]
|
on-change (fn [event]
|
||||||
(let [value (-> event dom/get-target dom/get-input-value)]
|
(let [value (-> event dom/get-target dom/get-input-value)]
|
||||||
|
(swap! form assoc-in [:touched input-name] true)
|
||||||
(fm/on-input-change form input-name value trim)))
|
(fm/on-input-change form input-name value trim)))
|
||||||
|
|
||||||
on-blur
|
on-blur
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue