Taiga UI 5 is out!

DataListWrapper KIT

Examples API GitHub

DataListWrapper

[items]
items to select
null  |  ReadonlyArray<readonly T[]>  |  readonly T[]
[itemContent]
content of an item
PolymorpheusContent<TuiContext<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 labels
readonly string[]
(itemClick)
emits on click on item from datalist
T