DataListWrapper KIT

Examples API Setup

DataListWrapper

Name and descriptionTypeValue
[items] Items to select null  |  ReadonlyArray<readonly T[]>  |  readonly T[]
[itemContent] Content of an item PolymorpheusContent<TuiValueContentContext<T>>
[emptyContent] Content to display when there are no options inside PolymorpheusContent
[disabledItemHandler]
A handler that gets an item and returns true if it is disabled.
Must be a pure function
TuiBooleanHandler<T>
[size] Size of items TuiSizeXS  |  TuiSizeL
[labels] Group label readonly string[]
(itemClick) Emits on click on item from datalist T