react-search-autocomplete-rev
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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.

Dependents (0)

Package Sidebar

Install

npm i react-search-autocomplete-rev

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

36.7 kB

Total Files

19

Last publish

Collaborators

  • gallenhu