MCPcopy Create free account
hub / github.com/UI5/webcomponents / _afterOpen

Method _afterOpen

packages/main/src/Select.ts:943–949  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

941 }
942
943 _afterOpen() {
944 this.opened = true;
945 this.fireDecoratorEvent("open");
946 this.itemSelectionAnnounce();
947 this._scrollSelectedItem();
948 this._applyFocusToSelectedItem();
949 }
950
951 _applyFocusToSelectedItem() {
952 this.options.forEach(option => {

Callers

nothing calls this directly

Calls 3

itemSelectionAnnounceMethod · 0.95
_scrollSelectedItemMethod · 0.95

Tested by

no test coverage detected