@hexure/ui 1.13.95 → 1.13.96
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +82 -82
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -5460,7 +5460,7 @@ const Input$1 = (_a) => {
|
|
|
5460
5460
|
"\"")),
|
|
5461
5461
|
internalSuggestedValues.map((suggestedValue, index) => (React.createElement(SuggestedValue, { "data-itemid": `${baseId}-suggested-value-${index}`, key: index, onClick: () => {
|
|
5462
5462
|
handleInputChange({ target: { value: suggestedValue } });
|
|
5463
|
-
onSuggestedSelect();
|
|
5463
|
+
onSuggestedSelect({ target: { value: suggestedValue } });
|
|
5464
5464
|
setShowOptions(false);
|
|
5465
5465
|
} }, suggestedValue))))) : null));
|
|
5466
5466
|
};
|