Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ getEditInput
Function
getEditInput
src/material/chips/chip-row.spec.ts:353–355 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
351
}
352
353
function
getEditInput(): HTMLElement {
354
return
chipNativeElement.querySelector(
'.mat-chip-edit-input'
)!;
355
}
356
357
it(
'should set the role of the primary action to gridcell'
, () => {
358
testComponent.editable = false;
Callers
1
chip-row.spec.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected