Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

angular material chips autocomplete example

<mat-form-field>
  <mat-chip-list #chipList>
    <mat-chip>Chip 1</mat-chip>
    <mat-chip>Chip 2</mat-chip>
  </mat-chip-list>
  <input [matChipInputFor]="chipList">
</mat-form-field>
Source by material.angular.io #
 
PREVIOUS NEXT
Tagged: #angular #material #chips #autocomplete
ADD COMMENT
Topic
Name
3+8 =