Merge remote-tracking branch 'origin/main' into develop

This commit is contained in:
Andrey Antukh 2021-03-10 10:21:39 +01:00
commit 6e1e3772b9
5 changed files with 14 additions and 11 deletions

View file

@ -23,7 +23,7 @@
(mf/defc input
[{:keys [label help-icon disabled form hint trim] :as props}]
(let [input-type (get props :type)
(let [input-type (get props :type "text")
input-name (get props :name)
more-classes (get props :class)