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

Regression v5.5.8 formControl.value and model not in sync #2684

Closed
FritzHerbers opened this issue Jan 29, 2021 · 1 comment
Closed

Regression v5.5.8 formControl.value and model not in sync #2684

FritzHerbers opened this issue Jan 29, 2021 · 1 comment
Labels

Comments

@FritzHerbers
Copy link
Contributor

Description
In v5.5.8 a regression starts where the model is not correctly updated, formControl.value and model are not in sync.
The problem is in conjunction with ng-selectize.

Minimal Reproduction
https://stackblitz.com/edit/angular-ffxroy?file=src%2Fapp%2Fapp.component.html

  • One option is selected, add a second option, add a third option, now we are out of sync.
  • One option is selected, add a second option, remove one of the options, now we are out of sync.

Your Environment

  • Angular version: 10.2, 11.1.11 (SB)
  • Formly version: since 5.5.8 - 5.10.12
@aitboudad
Copy link
Member

This issue has been fixed and released as part of v5.10.13 release.

Please let us know, in case you are still encountering a similar issue/problem.
Thank you!

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

No branches or pull requests

2 participants