@oliasoft-open-source/react-ui-library 3.3.4 → 3.3.5

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -27085,7 +27085,7 @@ const Input = ({
27085
27085
  width: getMultiOptionsWidth()
27086
27086
  }) : /* @__PURE__ */ jsx("span", {
27087
27087
  className: styles$j.selectedSingleValue,
27088
- children: selectedOptions.label
27088
+ children: !searchValue.length ? selectedOptions.label : ""
27089
27089
  }), searchable ? /* @__PURE__ */ jsx("input", {
27090
27090
  tabIndex: -1,
27091
27091
  ref: inputRef,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "3.3.4",
3
+ "version": "3.3.5",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",