-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugins createAutocomplete #1169
Comments
plugins is an argument to |
How would you implement it in this code: I would like to pass it down the props like function Autocomplete({plugins}) ... Just like you would do with the default @algolia/autocomplete-js
|
Something like this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Algolia,
I'm not sure how to implement plugins into my new custom Autocomplete I've create with createAutocomplete.
Like if I want to use these two plugins:
And call my componet like this:
<CustomAutocomplete placeholder="Search.." openOnFocus={true] plugins={plugins} />
How should I go about it with the plugins?
Best Regards Freddy
The text was updated successfully, but these errors were encountered: