Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ _getItemsList
Method
_getItemsList
packages/main/src/ComboBox.ts:739–741 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
737
}
738
739
_getItemsList(): List {
740
return
this._getPicker().querySelector(
".ui5-combobox-items-list"
) as List;
741
}
742
743
_resetFilter() {
744
this._userTypedValue =
""
;
Callers
1
_scrollToItem
Method · 0.95
Calls
1
_getPicker
Method · 0.95
Tested by
no test coverage detected