We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23161d7 commit 96fd585Copy full SHA for 96fd585
src/material-experimental/mdc-chips/chip-grid.ts
@@ -206,6 +206,9 @@ export class MatChipGrid extends _MatChipGridMixinBase implements AfterContentIn
206
}
207
protected _value: Array<any> = [];
208
209
+ /** An object used to control when error messages are shown. */
210
+ @Input() errorStateMatcher: ErrorStateMatcher;
211
+
212
/** Combined stream of all of the child chips' blur events. */
213
get chipBlurChanges(): Observable<MatChipEvent> {
214
return merge(...this._chips.map(chip => chip._onBlur));
0 commit comments