MCPcopy Create free account
hub / github.com/angular/components / _positioningSettled

Method _positioningSettled

src/material/select/select.ts:283–285  ·  view source on GitHub ↗

Called when the panel has been opened and the overlay has settled on its final position.

()

Source from the content-addressed store, hash-verified

281
282 /** Called when the panel has been opened and the overlay has settled on its final position. */
283 private _positioningSettled() {
284 this._scrollOptionIntoView(this._keyManager.activeItemIndex || 0);
285 }
286
287 /** Creates a change event object that should be emitted by the select. */
288 private _getChangeEvent(value: any) {

Callers 1

openMethod · 0.95

Calls 1

_scrollOptionIntoViewMethod · 0.95

Tested by

no test coverage detected