Skip to main content

SuggestionItemGroup

<ui5-suggestion-item-group> | Since 2.0.0

The ui5-suggestion-item-group is type of suggestion item, that can be used to split the ui5-input suggestions into groups.

Properties​

headerText​

DescriptionDefines the header text of the ui5-li-group.
Typestring | undefined
Defaultundefined

headerAccessibleName​

DescriptionDefines the accessible name of the header.
Typestring | undefined
Defaultundefined

Slots​

default​

DescriptionDefines the items of the ui5-suggestion-item-group.
TypeArray<SuggestionListItem>
DescriptionDefines the header of the component.
Note: Using this slot, the default header text of group and the value of headerText property will be overwritten.
TypeArray<ListItemBase>

Events​

move-over​

DescriptionFired when a movable list item is moved over a potential drop target during a dragging operation.
If the new position is valid, prevent the default action of the event using preventDefault().
TypeCustomEvent<ListItemGroupMoveEventDetail>
Parameterssource: object
Contains information about the moved element under element property.
destination: object
Contains information about the destination of the moved element. Has element and placement properties.
Since2.1.0

move​

DescriptionFired when a movable list item is dropped onto a drop target.
Note: move event is fired only if there was a preceding move-over with prevented default action.
TypeCustomEvent<ListItemGroupMoveEventDetail>
Parameterssource: object
Contains information about the moved element under element property.
destination: object
Contains information about the destination of the moved element. Has element and placement properties.
Since2.1.0

Methods​

No methods available for this component.

CSS Parts​

NameDescription
headerUsed to style the header item of the group