我正在尝试使用内置的 ember 选择视图更改 belongsTo 。However, when the select box changes only the belongs to attribute is updated, not the hasMany relationship. 以下 jsbin 显示了这种行为http://jsbin.com/ewosiy/3/edit。
在这个例子中,一个人有很多事件,一个事件属于一个人。如果我更改了事件的归属者,该事件将从原来的人中删除,但不会添加到新人中。
我可以滚动我自己的选择框组件,但只是想知道 ember 选择是否真的没有更新关系的两端。
谢谢。