Autocomplete Input Field For React

Description:

A React component that enables the autocomplete functionality inside your text fields.

Installation:

# NPM
$ npm install react-autocomplete-input

Features:

  • Supports both keyboard and mouse for option selection
  • Supports responsiveness and works on every device
  • Supports lazy-loading and dynamic option list updates
  • Supports all major browsers including IE 8+

Preview:

Autocomplete Input Field For React

Add Comment