Skip to content

Commit e2be6a9

Browse files
authored
fix(overlay): fix combo binding in overlay styling demo (#3621)
* fix(overlay): fix combo binding in overlay styling demo ---------
1 parent c398e9c commit e2be6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div class="combo-wrapper">
2-
<igx-combo [data]="items" valueKey="name" displayKey="name" [ngModel]="[items[2]]" width="410px" [overlaySettings]="{ outlet: element, modal: true }">
2+
<igx-combo [data]="items" valueKey="name" displayKey="name" [ngModel]="[items[2].name]" width="410px" [overlaySettings]="{ outlet: element, modal: true }">
33
</igx-combo>
44
</div>

0 commit comments

Comments
 (0)