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

country = ""// With label and suggestions<Autocomplete label="Country" bind={country} placeholder="Type a country..." list="United States,United Kingdom,France,Germany" />// Without label<Autocomplete bind={city} placeholder="Select a city..." list="New York,London,Paris,Tokyo,Berlin" />

Props

PropTypeDefaultDescription
labeltext""Label text above input
bindbinding-Two-way binding for selected value
placeholdertext"Type to search..."Placeholder text
listtext""Comma-separated list of suggestions