1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Set the selected value of the dropdown in Angular 2

Discussão em 'Angular' iniciado por Adikari Nadeesha, Novembro 8, 2024 às 10:32.

  1. vatCodeList is an error with string codes.

    Example: ['34u' , '23' ,'tt']

    Need to set the selected value there.

    <select class="custom-select" formControlName="vatCode">
    <option *ngFor="let i of vatCodeList">{{i}}</option>
    </select>

    Continue reading...

Compartilhe esta Página