ab-ui-library 1.49.7 → 1.49.8
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.
|
@@ -193,7 +193,7 @@ var Select = function Select(props) {
|
|
|
193
193
|
};
|
|
194
194
|
var handleOutsideClick = function handleOutsideClick() {
|
|
195
195
|
var selected = getSelectedOption();
|
|
196
|
-
if (!searchValue && selected) {
|
|
196
|
+
if (!searchValue && selected && !isCreateOnOutsideClick) {
|
|
197
197
|
setCurrentSelectedLabel();
|
|
198
198
|
} else if (isCreateOnOutsideClick) {
|
|
199
199
|
setSelectedOption({
|