Autocomplete
Text input with suggestion list for assisted selection. Uses a comma-separated list prop.
Country Selection
Type to search and select a country.
Programming Language
Find a language from the suggestion list.
City Search
Autocomplete without a label.
Food Selection
Quick selection from a produce list.
In a Form
Autocomplete combined with other inputs in a form.
Framework Picker
Choose from popular web frameworks.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | text | "" | Label text above input |
bind | binding | - | Two-way binding for selected value |
placeholder | text | "Type to search..." | Placeholder text |
list | text | "" | Comma-separated list of suggestions |