@northlight/ui 2.25.0 → 2.25.1
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/umd/northlight.cjs
CHANGED
|
@@ -12397,7 +12397,11 @@
|
|
|
12397
12397
|
);
|
|
12398
12398
|
onChangeCallback(values, event);
|
|
12399
12399
|
},
|
|
12400
|
-
value: value ? options == null ? void 0 : options.flatMap(
|
|
12400
|
+
value: value ? options == null ? void 0 : options.flatMap(
|
|
12401
|
+
(inner) => inner.options ? inner.options : inner
|
|
12402
|
+
).filter(
|
|
12403
|
+
(option) => isMulti ? value.includes(option.value) : ramda.equals(value, option.value)
|
|
12404
|
+
) : null
|
|
12401
12405
|
}, rest)
|
|
12402
12406
|
)
|
|
12403
12407
|
), /* @__PURE__ */ React.createElement(
|