References
Example
Usage
Structure
<input-inline-mat-chip [label]="'Multi Input'" ... ></input-inline-mat-chip>
Container
Every chip list input should have use the
input-inline-mat-chip
component, which formats its' content styles and spacing, and facilitates the chips styling as well.
Label
Use
[label]=””
for input labels
Additional Options
See live examples for options
Usage Rules
The
<input-inline-mat-chip>
component should be used when multiple values are allowed to be included in a single input.Current