Forked from: react-search-autocomplete
$ npm install react-search-autocomplete-rev
or
$ yarn add react-search-autocomplete-rev
- Remove React version limitation.
- Add props
hideResultsOnBlur
, setfalse
to keep results open when input is blurred. - Add props
disableFuse
, settrue
to disable Fuse search. It is useful for implementing remote search. - Support
Escape
key to close results. - Add a third parameter (
keyCode: number
) to the attributeonSearch
. Used to detect whether the Enter key is pressed.