Is it possible to programmatically clear the selection of an ng-select dropdown? I\'m wanting the equivalent behaviour of clicking the clear icon, but triggered programmatically
Like @tim answer is correct but I will prefer you set as an empty array instead of null just to save any loop break.
this.selectedCalculation = [];