Skip to content

Commit

Permalink
Merge pull request #10018 from Dador/fix-9673
Browse files Browse the repository at this point in the history
Fixed #9673 - MultiSelect Not Displaying Pre-Selected Items Upon Load
  • Loading branch information
yigitfindikli authored Apr 6, 2021
2 parents 1217ff9 + 36851a2 commit 7694800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/multiselect/multiselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ export class MultiSelect implements OnInit,AfterViewInit,AfterContentInit,AfterV

set options(val: any[]) {
this._options = val;
this.updateLabel();
}

@Input() get filterValue(): string {
Expand Down

0 comments on commit 7694800

Please sign in to comment.