Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jul 11, 2020
1 parent 28d5696 commit 547b214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const suggestions = [

#### suggestionsFilter (optional)

A callback function to filter suggestions. The callback receives two arguments; a `query` and the input `suggestions` and must return a list of filtered suggestion.
A callback function to filter suggestions. The callback receives two arguments; a `query` and the input [suggestions](#suggestions-optional) and must return a list of filtered suggestion.

If no function is supplied the default filter is applied. Defaults to `null`.

Expand Down

0 comments on commit 547b214

Please sign in to comment.