Skip to main content

MultiComboBoxItem

<ui5-mcb-item>

The ui5-mcb-item represents the item for a ui5-multi-combobox.

Properties​

additionalText​

DescriptionDefines the additional text of the component.
Typestring | undefined
Defaultundefined
Since1.0.0-rc.11

selected​

DescriptionDefines the selected state of the component.
Typeboolean
Defaultfalse
DeprecatedSet the value property on items and use the selectedValues property on the parent ui5-multi-combobox instead for programmatic selection.

text​

DescriptionDefines the text of the component.
Typestring | undefined
Defaultundefined

value​

DescriptionDefines the value of the component.
Use this property to associate a unique identifier with the item, separate from the display text. This enables selecting items programmatically via selectedValues on the parent MultiComboBox.
Typestring | undefined
Defaultundefined
Since2.20.0

Slots​

No slots available for this component.

Events​

click​

DescriptionFired when the component is activated either with a mouse/tap or by using the Enter or Space key.
Note: The event will not be fired if the disabled property is set to true.
TypeCustomEvent<ListItemBaseClickEventDetail>
ParametersoriginalEvent: Event
The original event from the user interaction.
Since2.23.0
BubblesYes
CancelableNo

Methods​

No methods available for this component.

CSS Parts​

No CSS parts available for this component.

CSS Custom States​

No CSS custom states available for this component.