Name and description | Type | Value |
---|---|---|
[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 | |
[labels] Group label | readonly string[] | |
(itemClick) Emits on click on item from datalist | T |