hplx-react-elements-dev 1.0.26 → 1.0.27

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/esm/index.js CHANGED
@@ -5111,9 +5111,10 @@ var AddSuggestion = function AddSuggestion(_a) {
5111
5111
  return options.label.toLowerCase().includes(e.target.value.split(", ").pop().toLowerCase());
5112
5112
  } // last keyboad input after ,
5113
5113
  );
5114
- handleSuggestionValChange && handleSuggestionValChange(e.target.value);
5115
5114
  setSuggestionArr(sug);
5116
5115
  }
5116
+
5117
+ handleSuggestionValChange && handleSuggestionValChange(e.target.value);
5117
5118
  };
5118
5119
 
5119
5120
  var handleClickOutside = function handleClickOutside(e) {
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.0.26",
12
+ "version": "1.0.27",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",