-
Notifications
You must be signed in to change notification settings - Fork 585
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
passing suggestions directly into Autosuggest? #71
Comments
@matthewmueller:
|
@matthewmueller I'm rebuilding react-autosuggest at the moment to support flux architectures including redux. Check out this redux example. You are more than welcome to contribute to the design of the new API. @ksmth Thanks for the suggested workaround. |
As I mentioned above, flux architecture will be supported in 3.0. |
@matthewmueller @ksmth Just wanted to let you know that 3.0 alpha version is available on npm:
|
Is it possible to do something like this:
this is helpful for systems like redux, where the suggestions would be in a store
The text was updated successfully, but these errors were encountered: