mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 20:26:10 +02:00
Merge remote-tracking branch 'origin/main' into develop
This commit is contained in:
commit
6e1e3772b9
5 changed files with 14 additions and 11 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue