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

Method _getSelectedItems

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

Source from the content-addressed store, hash-verified

1618 }
1619
1620 _getSelectedItems(): Array<MultiComboBoxItem> {
1621 // Angular 2 way data binding
1622 return this._getItems().filter(item => item.selected) as Array<MultiComboBoxItem>;
1623 }
1624
1625 _listSelectionChange(e: CustomEvent<ListSelectionChangeEventDetail>) {
1626 let changePrevented;

Callers 12

_tokenDeleteMethod · 0.95
_getPlaceholderMethod · 0.95
_selectItemsMethod · 0.95
_handleShowMethod · 0.95
_handleEnterMethod · 0.95
_afterOpenMethod · 0.95
fireSelectionChangeMethod · 0.95
onBeforeRenderingMethod · 0.95
_tokensCountTextMethod · 0.95

Calls 1

_getItemsMethod · 0.95

Tested by

no test coverage detected