mirror of
https://github.com/penpot/penpot.git
synced 2025-07-25 15:07:22 +02:00
♻️ Remove mf/props obj from DS components
This commit is contained in:
parent
b561ad033c
commit
603e41bbfd
28 changed files with 25 additions and 55 deletions
|
@ -62,8 +62,7 @@
|
|||
[:has-error {:optional true} :boolean]])
|
||||
|
||||
(mf/defc combobox*
|
||||
{::mf/props :obj
|
||||
::mf/schema schema:combobox}
|
||||
{::mf/schema schema:combobox}
|
||||
[{:keys [id options class placeholder disabled has-error default-selected max-length on-change] :rest props}]
|
||||
(let [is-open* (mf/use-state false)
|
||||
is-open (deref is-open*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue