auto-complete-dropdown

1.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i auto-complete-dropdown

Weekly Downloads

11

Version

1.0.5

License

MIT

Unpacked Size

23.6 kB

Total Files

7

Last publish

Collaborators

  • alishgiri