react-input-autosugest
v0.0.1-rc.4
Published
An atuo sugestion search box
Downloads
10
Maintainers
Readme
React Input Autocomplete/Autosuggest
Autosuggestion input field for React
Demo
Demo and playground are available here
Install
npm install react-input-autosugest
Usage Example
import InputAutoSugest from 'react-input-autosugest';
<InputAutoSugest
size="20"
name="country"
value={this.state.country}
onChange={this.handleChange}
data={['aa','bb','cc']}/>