MCPcopy Create free account
hub / github.com/angular/components / chipBlurChanges

Method chipBlurChanges

src/material/chips/chip-listbox.ts:170–172  ·  view source on GitHub ↗

Combined stream of all of the child chips' blur events.

()

Source from the content-addressed store, hash-verified

168
169 /** Combined stream of all of the child chips' blur events. */
170 get chipBlurChanges(): Observable<MatChipEvent> {
171 return this._getChipStream(chip => chip._onBlur);
172 }
173
174 /** The value of the listbox, which is the combined value of the selected chips. */
175 @Input()

Callers

nothing calls this directly

Calls 1

_getChipStreamMethod · 0.80

Tested by

no test coverage detected