UIConceptSearch

Presentation component searching against concepts for example and present selected items

Properties

Name

Type

Default

Description

listItems

array

Required - Array of items to present in search list

selectedItems

array

Required - Array of item selected

label

string

Label for the input/form

addButtonLabel

string

Required - Add button label

addButtonIcon

string

"\"fa-plus\""

Add button label

searchPlaceholder

string

Required - Placeholder text for input

icon

string

Default icons if avatar doesn't exists

width

string

Full if you want it to take up full width

loading

boolean

Required - Tells if the component is loading items

onAddClick

function

Required - Add click button callback

onInputChange

function

Required - Input change callback

onItemSelect

function

Required - Item select callback

onItemRemove

function

Required - Iten remove cllback

onItemCreate

function

Item create callback

Example

Last updated

Was this helpful?