Using angular material mat-select multiple, what's the way to close selection panel after the first selection?
By default mat-select multiple keep selection panel open to select more options, i need to close after the first selection.
API expose a toggle and close methods to do this, but i need do this from typescript in component.
https://stackblitz.com/edit/angular-material-multiple-selection?file=app/app.component.ts