Skip to content

fix: reactive forms not updating on changes in store #41

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

Merged
merged 1 commit into from
Jan 21, 2018

Conversation

kuhnroyal
Copy link
Contributor

Fixes reactive forms not updating on changes in store data. Writing changes to the store works.
They don't have a parent NgForm, so the update never gets triggered.

Additionally NgForm.updateModel can not be called since it is no NgForm.
Now using the FormControl.setValue function uniformly instead.

@kuhnroyal
Copy link
Contributor Author

ping @GenZodd small diff based on your initial support. Could you please have a look?

@kuhnroyal kuhnroyal force-pushed the master branch 4 times, most recently from d81d07e to 196e598 Compare August 31, 2017 15:15
Copy link
Member

@smithad15 smithad15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the radio silence on this, finally able to find the time to get this library back on track. Thank you so much for the PR!

@smithad15 smithad15 merged commit d9d5360 into angular-redux:master Jan 21, 2018
@smithad15
Copy link
Member

Published as part of v6.7.0

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

Successfully merging this pull request may close these issues.

2 participants