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

Method _clearFocus

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

Source from the content-addressed store, hash-verified

852 }
853
854 _clearFocus() {
855 const allItems = this._getItems();
856
857 allItems.map(item => {
858 item.focused = false;
859
860 return item;
861 });
862 }
863
864 // Get groups and items as a flat array for filtering
865 _getItems() {

Callers 6

_inputMethod · 0.95
_handleItemNavigationMethod · 0.95
_handleArrowUpMethod · 0.95
_handleCtrlALtF8Method · 0.95
_closeRespPopoverMethod · 0.95
_itemMousedownMethod · 0.95

Calls 1

_getItemsMethod · 0.95

Tested by

no test coverage detected