Autosuggestion input field for React
Demo and playground are available here
npm install react-input-autosugest
import InputAutoSugest from 'react-input-autosugest';
<InputAutoSugest
size="20"
name="country"
value={this.state.country}
onChange={this.handleChange}
data={['aa','bb','cc']}/>