@thecb/components 6.0.0-beta.23 → 6.0.0-beta.24

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/index.cjs.js CHANGED
@@ -20913,7 +20913,9 @@ var Dropdown = function Dropdown(_ref8) {
20913
20913
  onSelect(filteredOptions[0].value);
20914
20914
 
20915
20915
  if (isOpen) {
20916
- _onClick();
20916
+ setTimeout(function () {
20917
+ return _onClick();
20918
+ }, 2000);
20917
20919
  }
20918
20920
  }
20919
20921