私は小さなデモを作成しましたが、設定されていないselectionBinding
場合にのみ機能しています。multiple="true"
これがコードです。
{{view Ember.Select multiple=true content=sampleData
optionValuePath="content.value"
optionLabelPath="content.label"
selectionBinding=testBinding}} // Multi select does not update controller
{{view Ember.Select content=sampleData
optionValuePath="content.value"
optionLabelPath="content.label"
selectionBinding=testBinding2}} // Single select does update controller