Forms

Autocomplete

An intelligent input field that provides real-time suggestions as the user types, featuring a filtered dropdown and smooth selection.

Props

PropType
datastring[]
valuestring
onChange(v: string) => void
placeholderstring

Installation

$npx kachindo-ui add autocomplete
Profile