intelicoreact 1.4.51 → 1.4.53
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.
|
@@ -557,7 +557,7 @@ const TagsDropdown = _ref => {
|
|
|
557
557
|
|
|
558
558
|
// --- RENDER FUNCTIONS BEGIN --- //
|
|
559
559
|
const getMarkupForElement = item => {
|
|
560
|
-
var
|
|
560
|
+
var _item$customMobileIco;
|
|
561
561
|
const {
|
|
562
562
|
description
|
|
563
563
|
} = item;
|
|
@@ -574,7 +574,7 @@ const TagsDropdown = _ref => {
|
|
|
574
574
|
};
|
|
575
575
|
return /*#__PURE__*/_react.default.createElement("button", {
|
|
576
576
|
ref: item === null || item === void 0 ? void 0 : item.ref,
|
|
577
|
-
key:
|
|
577
|
+
key: "".concat(RC, "__list-item-").concat(item.id || item.value),
|
|
578
578
|
onClick: e => {
|
|
579
579
|
e.preventDefault();
|
|
580
580
|
e.stopPropagation();
|