Multi-Select ComboBox
v1.0.0A multi-select input with search and tags.
Interactive Implementation
Type to filter and select options.
TypeScript EngineTailwind CSS Engine
Selected Collection Stack: [typescript, tailwind]
Properties API
All available props for this component.
Property | Type | Default | Description |
|---|---|---|---|
| options | ComboBoxOption[] | required | Array list of key/value string pairs representing total selectable query items. |
| value | string[] | [] | Array collection strings mapping directly onto the currently active allocated tags selection array. |
| onChange | (value: string[]) => void | required | State handler tracking push changes and node pops over choice actions. |
| placeholder | string | 'Select items...' | The typography overlay line visible when the selection tracking array is empty. |