1.0.3 • Published 12 months ago
react-search-autocomplete-rev v1.0.3
react-search-autocomplete-rev
Forked from: react-search-autocomplete
Installing
$ npm install react-search-autocomplete-rev
or
$ yarn add react-search-autocomplete-revChanges
- Remove React version limitation.
- Add props
hideResultsOnBlur, setfalseto keep results open when input is blurred. - Add props
disableFuse, settrueto disable Fuse search. It is useful for implementing remote search. - Support
Escapekey to close results. - Add a third parameter (
keyCode: number) to the attributeonSearch. Used to detect whether the Enter key is pressed.