The ui5-suggestion-item represents the suggestion item of the ui5-input.
Properties​
| Description | Defines the text of the component. |
| Type | string |
| Default | "" |
| Description | Defines the visual indication and behavior of the item. Available options are Active (by default), Inactive and Detail. Note: When set to Active, the item will provide visual response upon press and hover, while when Inactive or Detail - will not. |
| Type | "Inactive" | "Active" | "Detail" | "Navigation" |
| Default | "Active" |
| Since | 1.0.0-rc.8 |
description​
| Description | Defines the description displayed right under the item text, if such is present. |
| Type | string |
| Default | "" |
| Description | Defines the icon source URI. Note: SAP-icons font provides numerous built-in icons. To find all the available icons, see the Icon Explorer. |
| Type | string |
| Default | "" |
iconEnd​
| Description | Defines whether the icon should be displayed in the beginning of the item or in the end. Note: If image is set, the icon would be displayed after the image. |
| Type | boolean |
| Default | false |
| Description | Defines the image source URI. Note: The image would be displayed in the beginning of the item. |
| Type | string |
| Default | "" |
additionalText​
| Description | Defines the additionalText, displayed in the end of the item. |
| Type | string |
| Default | "" |
| Since | 1.0.0-rc.15 |
additionalTextState​
| Description | Defines the state of the additionalText. |
| Type | "None" | "Success" | "Warning" | "Error" | "Information" |
| Default | "None" |
| Since | 1.0.0-rc.15 |
No slots available for this component.
No events available for this component.
Methods​
No methods available for this component.
CSS Parts​
No CSS parts available for this component.