1.0.3 • Published 8 months ago

react-search-autocomplete-rev v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

react-search-autocomplete-rev

Forked from: react-search-autocomplete

Installing

$ npm install react-search-autocomplete-rev
or
$ yarn add react-search-autocomplete-rev

Changes

  • Remove React version limitation.
  • Add props hideResultsOnBlur, set false to keep results open when input is blurred.
  • Add props disableFuse, set true 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 attribute onSearch. Used to detect whether the Enter key is pressed.