MultiComboBoxItem
<ui5-mcb-item>
The ui5-mcb-item represents the item for a ui5-multi-combobox.
Properties
additionalText
| Description | Defines the additional text of the component. |
| Type | string | undefined |
| Default | undefined |
| Since | 1.0.0-rc.11 |
selected
| Description | Defines the selected state of the component. |
| Type | boolean |
| Default | false |
| Deprecated | Set the value property on items and use the selectedValues property on the parent ui5-multi-combobox instead for programmatic selection. |
text
| Description | Defines the text of the component. |
| Type | string | undefined |
| Default | undefined |
value
| Description | Defines 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. |
| Type | string | undefined |
| Default | undefined |
| Since | 2.20.0 |
Slots
No slots available for this component.
Events
No events available for this component.
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.