Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ _focusLastChip
Method
_focusLastChip
src/material/chips/chip-grid.ts:511–515 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
509
}
510
511
_focusLastChip() {
512
if
(this._chips.length) {
513
this._chips.last.focus();
514
}
515
}
516
517
/** Emits change event to set the model value. */
518
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