mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 11:38:24 -05: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-change (fn [event]
|
||||
(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)))
|
||||
|
||||
on-blur
|
||||
|
|
Loading…
Add table
Reference in a new issue