intelicoreact 1.4.42 → 1.4.43
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.
|
@@ -737,9 +737,7 @@ const TagsDropdown = _ref => {
|
|
|
737
737
|
setIsOpen(true);
|
|
738
738
|
}
|
|
739
739
|
}
|
|
740
|
-
}, attributesOfNativeInput,
|
|
741
|
-
symbolsLimit: 50
|
|
742
|
-
} : {})))), headerContent && /*#__PURE__*/_react.default.createElement("div", {
|
|
740
|
+
}, attributesOfNativeInput)))), headerContent && /*#__PURE__*/_react.default.createElement("div", {
|
|
743
741
|
className: (0, _classnames.default)("".concat(RC, "__header-row"))
|
|
744
742
|
}, headerContent)) : null, withSearchInputInList && /*#__PURE__*/_react.default.createElement("div", {
|
|
745
743
|
className: (0, _classnames.default)("".concat(RC, "__input-list-wrapper"))
|
|
@@ -799,7 +797,7 @@ const TagsDropdown = _ref => {
|
|
|
799
797
|
};
|
|
800
798
|
|
|
801
799
|
const renderSearchInput = () => {
|
|
802
|
-
return /*#__PURE__*/_react.default.createElement(_Input.default, {
|
|
800
|
+
return /*#__PURE__*/_react.default.createElement(_Input.default, (0, _extends2.default)({
|
|
803
801
|
ref: inputRef,
|
|
804
802
|
className: (0, _classnames.default)("".concat(RC, "__input"), {
|
|
805
803
|
["".concat(RC, "__input--in-list")]: withSearchInputInList
|
|
@@ -824,7 +822,9 @@ const TagsDropdown = _ref => {
|
|
|
824
822
|
// },
|
|
825
823
|
|
|
826
824
|
}
|
|
827
|
-
}
|
|
825
|
+
}, withCreateLogic ? {
|
|
826
|
+
symbolsLimit: 50
|
|
827
|
+
} : {}));
|
|
828
828
|
};
|
|
829
829
|
|
|
830
830
|
const renderDropdownTrigger = (0, _react.useCallback)(() => {
|