MCPcopy
hub / github.com/angular/components / _focusLastChip

Method _focusLastChip

src/material/chips/chip-grid.ts:510–514  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

508 }
509
510 _focusLastChip() {
511 if (this._chips.length) {
512 this._chips.last.focus();
513 }
514 }
515
516 /** Emits change event to set the model value. */
517 private _propagateChanges(): void {

Callers 2

_handleKeydownMethod · 0.95
_keydownMethod · 0.80

Calls 1

focusMethod · 0.65

Tested by

no test coverage detected