Closed
Description
I have following code:
<md-select placeholder="Country" (ngModel)]="person.address.country">
<md-option *ngFor="let krajina of country | async" [value]="krajina.id">
{{krajina.abbreviation_iso}}
</md-option>
</md-select>
When my form loads it doesn't show the corresponding link of preselected value. I saw more issues with similar question, but none of them solved my problem. Can anyone help, please?
Metadata
Metadata
Assignees
Labels
No labels