ui-kit-ck-consultant 0.5.225 → 0.5.226
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 +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +5 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -625,7 +625,11 @@ var FormSelectMutiples = /*#__PURE__*/function (_React$Component) {
|
|
625
625
|
isDisplay: !_this2.state.isDisplay
|
626
626
|
});
|
627
627
|
}
|
628
|
-
}, /*#__PURE__*/React__default.createElement("span", null, this.props.
|
628
|
+
}, /*#__PURE__*/React__default.createElement("span", null, this.props.options.filter(function (element) {
|
629
|
+
return _this2.props.value.includes(element.value);
|
630
|
+
}).map(function (element, idx) {
|
631
|
+
return "" + (idx ? ";" : "") + element.text;
|
632
|
+
})), /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement(reactFontawesome.FontAwesomeIcon, {
|
629
633
|
icon: freeSolidSvgIcons.faCaretDown
|
630
634
|
}))), this.state.isDisplay ? /*#__PURE__*/React__default.createElement("div", {
|
631
635
|
style: {
|