The <mat-chip-grid>
component pairs with the matChipInputFor
directive
to convert user input text into chips.
They can be used inside a <mat-form-field>
.
The example above has overridden the [separatorKeys]
input to allow for
ENTER
, COMMA
and SEMICOLON
keys.
You can also stack the chips if you want them on top of each other.