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 +2 -1
- package/package.json +1 -1
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) {
|