1.1.0 • Published 5 years ago

input-autocomplete-rc v1.1.0

Weekly downloads
11
License
-
Repository
github
Last release
5 years ago

React Autocomplete

Autocomplete input for React.js

<Autocomplete
  containerClassName="styleContainerExample"
  inputClassName="styleInputExample"
  listClassName="listStyleExample"
  suggestions={["Foo", "Bar"]}
  placeholder="foo"
  onChange={e => (value = e.target.value)}
  onSelect={val => (value = val)}
/>

Install

npm

npm i input-autocomplete-rc

yarn

yarn add input-autocomplete-rc