♻️ Remove mf/props obj from DS components

This commit is contained in:
Eva Marco 2025-05-23 12:57:02 +02:00
parent b561ad033c
commit 603e41bbfd
28 changed files with 25 additions and 55 deletions

View file

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