hplx-react-elements-dev 1.1.16 → 1.1.18

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
@@ -5750,7 +5750,7 @@ var AddSuggestion = function AddSuggestion(_a) {
5750
5750
  handleSuggestionValChange && handleSuggestionValChange(val, "dropdown");
5751
5751
  onSuggestionClick(suggestionValue, index, suggestionText(suggestionValue)[1].trim());
5752
5752
  setSugVal(val);
5753
- setShowDropdown(false);
5753
+ setSuggestionArr(options || []);
5754
5754
  };
5755
5755
 
5756
5756
  var handleOnKeyDown = function handleOnKeyDown(e) {
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.1.16",
12
+ "version": "1.1.18",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",