react-autocomplete-hint
A React component for Autocomplete Hint.
Installation
npm install --save react-autocomplete-hint
or
yarn add react-autocomplete-hint
Usage
Use your keyboard Right key or Tab key(if allowTabFill
is set to true) to fill your input with the suggested hint.