I need to add css class to Ember.Select view:
{{view Ember.Select contentBinding="kpiTypes" valueBinding="model.amount" optionValuePath="content.value" optionLabelPath="content.name"}}
adding just class don't work
Use the classNames
property:
{{view Ember.Select classNames="foo bar"}}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With