()
| 1684 | } |
| 1685 | |
| 1686 | fireSelectionChange() { |
| 1687 | const changePrevented = !this.fireDecoratorEvent("selection-change", { |
| 1688 | items: this._getSelectedItems(), |
| 1689 | }); |
| 1690 | |
| 1691 | return changePrevented; |
| 1692 | } |
| 1693 | |
| 1694 | _getList(): List { |
| 1695 | this.list = this.shadowRoot!.querySelector(".ui5-multi-combobox-all-items-list")!; |
no test coverage detected