Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

174
Views
How to set a selected value in mat-select?

I am listing a list of values in mat-select. Here is my code;

<div class="row">
                                    <div class="col-md-1">
                                        <mat-form-field class="mat-form-field-fluid">
                                            <mat-select placeholder="select" formControlName="myList" id="myList">
                                                <ngx-mat-select-search [formControl]="frmControl" #fltr >
                                                </ngx-mat-select-search>
                                                <mat-option id="myListValue" [value]="item.code"  *ngFor="let item of ListOfSelect | filterByProperty: ['descp',filter.value];">{{ item.description}}
                                                </mat-option>
                                            </mat-select>
                                        </mat-form-field> 
                                    </div>

I want to add a new value to this list and also make it as selected value.

How can I do that?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!