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({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ab-ui-library",
3
- "version": "1.49.7",
3
+ "version": "1.49.8",
4
4
  "description": "UI library for AM",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",