1.0.5 • Published 4 years ago

auto-complete-dropdown v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Example Use Case

install it with yarn or npm

yarn add auto-complete-dropdown

or

npm i auto-complete-dropdown

import it,

import { AutoCompleteDropdown } from "auto-complete-dropdown";

and use it,

<AutoCompleteDropdown
   {...TextInput props}

   compareKey="name"
   onSelected={(name) => console.warn(name)}
   data={[{ name: "Karen" }, { name: "Harry" }]}

   textInputStyle={{}}
   wrapperViewStyle={{}}
   listItemTextStyle={{}}
   listItemViewStyle={{}}
/>

Search bar Search bar with dropdown