@alauda/ui 6.3.1-beta.17 → 6.3.1-beta.18

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.
@@ -5516,7 +5516,7 @@ class MultiSelectComponent extends BaseSelect {
5516
5516
  requestAnimationFrame(() => {
5517
5517
  this.tooltipRef.updatePosition();
5518
5518
  });
5519
- return v ?? [];
5519
+ return v || [];
5520
5520
  }
5521
5521
  resetInput() {
5522
5522
  this.inputRef.nativeElement.value = '';