MCPcopy Index your code
hub / github.com/angular/components / openPanel

Function openPanel

src/material/autocomplete/autocomplete.spec.ts:2200–2204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2198 fixture.detectChanges();
2199 let inputReference = fixture.debugElement.query(By.css('.mdc-text-field'))!.nativeElement;
2200 let openPanel = async () => {
2201 fixture.componentInstance.trigger.openPanel();
2202 fixture.detectChanges();
2203 fixture.detectChanges();
2204 };
2205
2206 // Push the autocomplete trigger down so it won't have room to open below.
2207 inputReference.style.bottom = '0';

Callers 1

Calls 1

openPanelMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…