diff --git a/src/dev-app/chips/chips-demo.html b/src/dev-app/chips/chips-demo.html index 6011d84cd86c..50d20beaa68b 100644 --- a/src/dev-app/chips/chips-demo.html +++ b/src/dev-app/chips/chips-demo.html @@ -225,6 +225,74 @@
+ 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.
+
+