UIConceptSearch
Presentation component searching against concepts for example and present selected items
Since: 6.4.0
Properties
Name | Type | Default | Description |
listItems |
| Required - Array of items to present in search list | |
selectedItems |
| Required - Array of item selected | |
label |
| Label for the input/form | |
addButtonLabel |
| Required - Add button label | |
addButtonIcon |
|
| Add button label |
searchPlaceholder |
| Required - Placeholder text for input | |
icon |
| Default icons if avatar doesn't exists | |
width |
| Full if you want it to take up full width | |
loading |
| Required - Tells if the component is loading items | |
onAddClick |
| Required - Add click button callback | |
onInputChange |
| Required - Input change callback | |
onItemSelect |
| Required - Item select callback | |
onItemRemove |
| Required - Iten remove cllback | |
onItemCreate |
| Item create callback |
Example
Last updated