Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/lunchbox/islands/Autocomplete/setup.ts>iAutocomplete

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias iAutocomplete
import { type iAutocomplete } from "https://deno.land/x/lunchbox@v0.3.109/islands/Autocomplete/setup.ts";

Properties of the <Autocomplete /> island.

definition: Partial<iInput> & { initialValues: string[]; onSubmit: (inputValue: string) => void; fwd: Partial<{ wrapper: iFwd<HTMLDivElement>; relativeContainer: iFwd<HTMLDivElement>; menuWrapper: iFwd<HTMLDivElement>; menuOption: iFwd<HTMLDivElement>; menuOptionText: Partial<iText>; selectedOption: iFwd<HTMLSpanElement>; selectionsWrapper: iFwd<HTMLDivElement>; }>; }