The ui5-cbi-custom is type of combobox item,
that can be used to place combobox items with custom content in the combobox.
The text property is considered for filtering and autocomplete.
In case the user needs highlighting functionality, check "@ui5/webcomponents-base/dist/util/generateHighlightedMarkup.js"
Properties
text
| Description | Defines the text of the component. Used for filtering, autocomplete, and mobile rendering. |
| Type | string | undefined |
| Default | undefined |
value
| Description | Defines the value of the component. Used for programmatic selection via selectedValue property. |
| Type | string | undefined |
| Default | undefined |
Slots
default
| Description | Defines the content of the component. |
| Type | Array<Node> |
Events
click
| Description | Fired 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. |
| Type | CustomEvent<ListItemBaseClickEventDetail> |
| Parameters | item: ListItemBase The activated item. originalEvent: Event The original event from the user interaction. |
| Since | 2.22.0 |
| Bubbles | Yes |
| Cancelable | No |
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.