将css类添加到Ember.Select

Did*_*nov 9 javascript ember.js

我需要将css类添加到Ember.Select视图:

{{view Ember.Select contentBinding="kpiTypes" valueBinding="model.amount" optionValuePath="content.value" optionLabelPath="content.name"}}
Run Code Online (Sandbox Code Playgroud)

只添加类不起作用

Mar*_*ior 22

使用该classNames属性:

{{view Ember.Select classNames="foo bar"}}
Run Code Online (Sandbox Code Playgroud)