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

Method _getList

packages/main/src/MultiComboBox.ts:1694–1697  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1692 }
1693
1694 _getList(): List {
1695 this.list = this.shadowRoot!.querySelector(".ui5-multi-combobox-all-items-list")!;
1696 return this.list;
1697 }
1698
1699 _click() {
1700 if (isPhone() && !this.readonly && !this._showMorePressed && !this._deleting) {

Callers 3

_handleEnterMethod · 0.95
onBeforeRenderingMethod · 0.95
onAfterRenderingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected