Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/components
/ focus
Method
focus
src/material/chips/chip-text-control.ts:24–24 ·
view source on GitHub ↗
Focuses the text control.
()
Source
from the content-addressed store, hash-verified
22
23
/** Focuses the text control. */
24
focus(): void;
25
26
/** Gets the list of ids the input is described by. */
27
readonly describedByIds?: string[];
Callers
15
chip-grid.spec.ts
File · 0.65
_handlePrimaryActionInteraction
Method · 0.65
_handleFocus
Method · 0.65
_onEditFinish
Method · 0.65
focus
Method · 0.65
chip-row.spec.ts
File · 0.65
initialize
Method · 0.65
focus
Method · 0.65
_redirectDestroyedChipFocus
Method · 0.65
chip-option.spec.ts
File · 0.65
focus
Method · 0.65
_focusLastChip
Method · 0.65
Implementers
4
MatChipInput
src/material/chips/chip-input.ts
MatChipGrid
src/material/chips/chip-grid.ts
MatSelect
src/material/select/select.ts
MatInput
src/material/input/input.ts
Calls
no outgoing calls
Tested by
4
pointerdown
Function · 0.52
setValueByClick
Function · 0.52
slideToValue
Function · 0.52
focusEditCell
Function · 0.52