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

Function input

src/aria/combobox/combobox.spec.ts:39–44  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

37 };
38
39 const input = async (value: string) => {
40 await focus();
41 inputElement.value = value;
42 inputElement.dispatchEvent(new Event('input', {bubbles: true}));
43 await fixture.whenStable();
44 };
45
46 const click = async (element: HTMLElement, eventInit?: PointerEventInit) => {
47 await focus();

Callers 15

ThemeDemoColorsClass · 0.85
GridChipsClass · 0.85
MyTelInputClass · 0.85
ToolbarWidgetClass · 0.85
ToolbarClass · 0.85
ToolbarWidgetGroupClass · 0.85
combobox.spec.tsFile · 0.85
ComboboxClass · 0.85
ComboboxPopupClass · 0.85
ComboboxWidgetClass · 0.85

Calls 2

focusFunction · 0.70
dispatchEventMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…