Skip to content

md-select preselected value #2882

Closed
Closed
@lynxone67

Description

@lynxone67

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions