v1.0.0-beta.8
Pre-release
Pre-release
Thanks to the 2 contributors who made this release possible! π
Breaking changes
onChange
is not called with an empty string anymore when the search is cancelled. Instead,onCancelSearch
is called.
Added
- Add
cancelOnEscape
prop to cancel the search when Escape is pressed #9 #47 @eavichay - Add
onCancelSearch
prop that is called when the search is cancelled #22
Changed
- Update props table in the README #46 #49 #51 @benamatare
- Make
onRequestSearch
optional (it may not be required if you are usingonChange
to search while the user is typing) #48