mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
🐛 Fix touched handling on multi-input form component
This commit is contained in:
parent
88b65cd864
commit
e7a8c25883
1 changed files with 1 additions and 0 deletions
|
@ -378,6 +378,7 @@
|
|||
:no-padding (pos? (count @items))
|
||||
:invalid (and (some? valid-item-fn)
|
||||
touched?
|
||||
(not (str/empty? @value))
|
||||
(not (valid-item-fn @value)))))
|
||||
|
||||
on-focus
|
||||
|
|
Loading…
Reference in a new issue