We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e20092 commit ff2ff0eCopy full SHA for ff2ff0e
README.md
@@ -79,7 +79,14 @@ export default {
79
// Override the default value (`q`) of query parameter name
80
// Use a falsy value for RESTful query
81
// (optional)
82
- queryParamName: 'search'
+ queryParamName: 'search',
83
+
84
+ // Override the 'src' prop and rather use your own fetching function
85
+ // Useful for authentication, custom headers, etc...
86
+ // (optional)
87
+ fetchFunction: function(input) {
88
+ // Fetch the result here and return an array of items
89
+ }
90
}
91
},
92
0 commit comments