ingeniuscliq-core 0.3.28 → 0.3.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5381,8 +5381,6 @@ function c4({ control: e, name: t, placeholder: n, className: r = "", options: o
|
|
|
5381
5381
|
{
|
|
5382
5382
|
onValueChange: c.onChange,
|
|
5383
5383
|
defaultValue: c.value,
|
|
5384
|
-
value: c.value,
|
|
5385
|
-
...c,
|
|
5386
5384
|
children: [
|
|
5387
5385
|
/* @__PURE__ */ f(vu, { children: /* @__PURE__ */ f(Wd, { className: a, children: /* @__PURE__ */ f(Bd, { placeholder: i() }) }) }),
|
|
5388
5386
|
/* @__PURE__ */ f(Hd, { children: o.map((u) => /* @__PURE__ */ f(zd, { value: u.value, children: u.label }, u.value)) })
|