Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_handleKeydown
Method · 0.95
_keydown
Method · 0.80
Calls
1
focus
Method · 0.65
Tested by
no test coverage detected