MCPcopy 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

onBeforeRenderingMethod · 0.95
_adjustSelectionRangeMethod · 0.95
_getFirstMatchingItemMethod · 0.95
_filterItemsMethod · 0.95
_resetItemVisibilityMethod · 0.95
acceptSuggestionMethod · 0.95
updateValueOnSelectMethod · 0.95
_flattenItemsMethod · 0.95
_selectableItemsMethod · 0.95

Calls 1

hasAttributeMethod · 0.80

Tested by

no test coverage detected