mirror of
https://github.com/penpot/penpot.git
synced 2026-09-25 05:16:14 +00:00
🐛 Fix touched handling on multi-input form component
This commit is contained in:
parent
88b65cd864
commit
e7a8c25883
@ -378,6 +378,7 @@
|
|||||||
:no-padding (pos? (count @items))
|
:no-padding (pos? (count @items))
|
||||||
:invalid (and (some? valid-item-fn)
|
:invalid (and (some? valid-item-fn)
|
||||||
touched?
|
touched?
|
||||||
|
(not (str/empty? @value))
|
||||||
(not (valid-item-fn @value)))))
|
(not (valid-item-fn @value)))))
|
||||||
|
|
||||||
on-focus
|
on-focus
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user