1.0.0 • Published 4 years ago

react-input-autosuggest v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Node.js CI NPM JavaScript Style Guide

react-input-autosuggest

An atuo suggestion search box

react-input-autosuggest

Demo and playground available here

Install

npm install --save react-input-autosuggest

Usage

import React, { Component } from 'react'

import InputAutoSuggest from 'react-input-autosuggest'
import 'react-input-autosuggest/dist/index.css'

class Example extends Component {
  render() {
    return <InputAutoSuggest
              size="20"
              name="country"
              value={this.state.country}
              onChange={this.handleChange}
              data={['aa','bb','cc']}/>
  }

License

MIT © vinils

1.0.0

4 years ago

1.0.0-rc3

4 years ago

1.0.0-rc2

4 years ago

1.0.0-rc1

4 years ago

0.0.1-rc.4

6 years ago