Combobox
uitemplate
text input with inline filtered dropdown
Terminal
$termuijs render combobox
Installation
$ bunx termuijs add combobox
Copies the source into src/components/combobox/ and installs @termuijs/core, @termuijs/widgets.
Usage
ts
import { Combobox } from '@termuijs/ui'ts
new Combobox(options: ComboboxOption[], config?: ComboboxOptions)API Reference
Combobox
| Prop | Type | Required | Description |
|---|---|---|---|
placeholder | string | optional | — |
activeColor | Style['fg'] | optional | — |
onSelect | (value: string) => void | optional | — |