Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ _isGroupItem
Method
_isGroupItem
packages/main/src/Input.ts:750–752 ·
view source on GitHub ↗
(item: IInputSuggestionItem)
Source
from the content-addressed store, hash-verified
748
}
749
750
_isGroupItem(item: IInputSuggestionItem) {
751
return
item.hasAttribute(
"ui5-suggestion-item-group"
);
752
}
753
754
onBeforeRendering() {
755
if
(this.showSuggestions) {
Callers
9
onBeforeRendering
Method · 0.95
_adjustSelectionRange
Method · 0.95
_getFirstMatchingItem
Method · 0.95
_filterItems
Method · 0.95
_resetItemVisibility
Method · 0.95
acceptSuggestion
Method · 0.95
updateValueOnSelect
Method · 0.95
_flattenItems
Method · 0.95
_selectableItems
Method · 0.95
Calls
1
hasAttribute
Method · 0.80
Tested by
no test coverage detected