SuggestionItem
<ui5-suggestion-item>
The ui5-suggestion-item represents the suggestion item of the ui5-input.
Properties
additionalText
| Description | Defines the additionalText, displayed in the end of the item. |
| Type | string | undefined |
| Default | undefined |
| Since | 1.0.0-rc.15 |
text
| Description | Defines the text of the component. |
| Type | string | undefined |
| Default | undefined |
Slots
No slots available for this component.
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.