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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.5
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.5
    1
  • 1.0.4
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i auto-complete-dropdown

Weekly Downloads

2

Version

1.0.5

License

MIT

Unpacked Size

23.6 kB

Total Files

7

Last publish

Collaborators

  • alishgiri