InputDateMulti KIT

Examples API Setup
InputDateMulti uses specifically modified Textfield to represent array of dates.

Basic

#

Chip

#

Use *tuiItem directive to provide custom representation. You can use tui-input-chip out of the box or implement your own. The context is TuiContext<{ item: T, index: number }>

Disabled items

#

Format

#

Formatting relies on TUI_DATE_FORMAT which you can override using tuiDateFormatProvider helper

customization

#