Skip to content
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

Selective handling of changes in store #7

Open
ktajpuri opened this issue Dec 17, 2016 · 0 comments
Open

Selective handling of changes in store #7

ktajpuri opened this issue Dec 17, 2016 · 0 comments

Comments

@ktajpuri
Copy link

I have created a generic autocomplete component which I am using in a form for add and edit operations.
I have a autocompletestore where I fetch the data and set the state.
Component defines the onautocompletestorechanged function and updates ita state. Auto complete is rendered accordingly. Now the problem is every time the store changes all instances of this component render the autocomplete which is not intended. I only want the autocomplete to render for the component in which I am typing. Please help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant