Skip to content

Commit b3c6b38

Browse files
author
Miranda
committed
Document customParams prop.
It was missing.
1 parent caee5fa commit b3c6b38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ Number of milliseconds the user should stop typing for before the request is sen
182182
#### process (Function)
183183
Function to process the API result with. Should return an array of entries or an object whose properties can be enumerated.
184184

185+
#### customParams (Object)
186+
Object of key value pairs to be send along with the request as query parameters.
187+
185188

186189
## Callback Events
187190
You can make a callback event via props.

0 commit comments

Comments
 (0)