0
Fork 0
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:
Andrey Antukh 2024-06-10 13:19:10 +02:00
parent 88b65cd864
commit e7a8c25883

View file

@ -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