import { default } from "https://deno.land/x/lunchbox@v0.3.109/islands/Autocomplete/index.tsx";
<Autocomplete />
The Autocomplete component provides a text input with suggestions dropdown based on user input. It allows selecting from predefined options and handles keyboard events for selection and navigation.
Parameters
props: Partial<iAutocomplete>