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

Method _resetFilter

packages/main/src/ComboBox.ts:743–748  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

741 }
742
743 _resetFilter() {
744 this._userTypedValue = "";
745 this.inner.setSelectionRange(0, this.value.length);
746 this._filteredItems = this._filterItems("");
747 this._selectMatchingItem();
748 }
749
750 _resetItemVisibility() {
751 this.items.forEach(item => {

Callers 2

_arrowClickMethod · 0.95
_keydownMethod · 0.95

Calls 2

_filterItemsMethod · 0.95
_selectMatchingItemMethod · 0.95

Tested by

no test coverage detected