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, withCreateLogic ? {
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)(() => {
@@ -58,6 +58,9 @@
58
58
  .input__wrap {
59
59
  height: 20px;
60
60
  border: none;
61
+ width: 0;
62
+ flex-grow: 1;
63
+ min-width: 200px;
61
64
 
62
65
  &_focus {
63
66
  border: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.4.42",
3
+ "version": "1.4.43",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [