How to apply a default value to an IgxSelectComponent
New DiscussionHi, what is the recommended way to apply a default value to an IgxSelectComponent using a template like this?:
<igx-select type=”string” formControlName=”classification”>
<label igxLabel>Classification</label>
<igx-select-item *ngFor=”let classification of classifications$ |async” [value]=”classification”>
{{classification}}
</igx-select-item>
</igx-select>
Thanks in advance!
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
1 Created On
Nov 30, 2020 Last Post
5 years, 9 months ago