@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.esm.js CHANGED
@@ -20905,7 +20905,9 @@ var Dropdown = function Dropdown(_ref8) {
20905
20905
  onSelect(filteredOptions[0].value);
20906
20906
 
20907
20907
  if (isOpen) {
20908
- _onClick();
20908
+ setTimeout(function () {
20909
+ return _onClick();
20910
+ }, 2000);
20909
20911
  }
20910
20912
  }
20911
20913