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

Method fireSelectionChange

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

Source from the content-addressed store, hash-verified

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")!;

Callers 9

_onMobileInputKeydownMethod · 0.95
_tokenDeleteMethod · 0.95
_selectItemsMethod · 0.95
_handleSelectAllMethod · 0.95
_handleEnterMethod · 0.95
_listSelectionChangeMethod · 0.95
handleOKMethod · 0.95

Calls 1

_getSelectedItemsMethod · 0.95

Tested by

no test coverage detected