-
Notifications
You must be signed in to change notification settings - Fork 377
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
select is not updating when using with mut on ember 3.20.4 #1398
Comments
@Kilowhisky @cibernox It works with Ember 3.21.x. |
I missed this when it was originally reported. If it does work with 3.21 I can only assume it's a bug in Ember or Ember-data itself? Also, if worked before 3.20.4 and works again starting in 3.21.X, I'd rather not introduce any workaround for an ember bug that was present in only two minor patch versions. Sounds fair? |
@cibernox of course, that sounds fair. I hope there's a patch for 3.20, because it's a LTS version. Best regards |
Was experiencing this issue with Ember v |
Since updating to ember
3.20.4
the select list no longer updates when changes to the model occur if used against an ember data hasMany.Here is the basic code
Here is a demo repo showing the issue: https://github.com/Kilowhisky/ember-array-proxy-bug
This may be related to
emberjs/ember.js#19101
emberjs/ember.js#19111
emberjs/data#7281
The text was updated successfully, but these errors were encountered: