()
| 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) { |
no outgoing calls
no test coverage detected