@fixefy/fixefy-ui-components 0.2.59 → 0.2.60

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.
@@ -254,7 +254,6 @@ const FxAsyncDropdown = /*#__PURE__*/ _react.default.forwardRef((props)=>{
254
254
  option
255
255
  ]);
256
256
  addToStoredDisplayed(option);
257
- !multiple && setIsOpen(false);
258
257
  }
259
258
  break;
260
259
  default:
package/package.json CHANGED
@@ -65,5 +65,5 @@
65
65
  "require": "./dist/index.js"
66
66
  }
67
67
  },
68
- "version": "0.2.59"
68
+ "version": "0.2.60"
69
69
  }