1

私は小さなデモを作成しましたが、設定されていない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

例: http://jsbin.com/ojAvIPA/1

4

1 に答える 1