@northlight/ui 2.28.3 → 2.28.4
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/es/northlight.js
CHANGED
|
@@ -14074,8 +14074,8 @@ const CreatableSelectDropdown = (_a) => {
|
|
|
14074
14074
|
}
|
|
14075
14075
|
if (option.value !== CREATION_OPTION_VALUE) {
|
|
14076
14076
|
setSelectedOption(option);
|
|
14077
|
+
onOptionChange(option);
|
|
14077
14078
|
}
|
|
14078
|
-
onOptionChange(option);
|
|
14079
14079
|
};
|
|
14080
14080
|
const combinedOptions = useMemo(
|
|
14081
14081
|
() => uniqBy(prop("value"), [...standardOptions, ...createdOptions]),
|