emberjs-addons/ember-bootstrap

select doesn't seem to style properly

jmls opened this issue · 0 comments

jmls commented

All of the {{view Bootstrap.Forms.TextField seem to work properly, but as you can see from the screenshot, the select seems to have gone funny. The second select is generated using the standard ember.Select

this is using the code

{{view Bootstrap.Forms.Select 
            contentBinding="controllers.salesreps.content" 
            selectionBinding="selected" 
            label="Sales Rep" 
            optionLabelPath="content.repName" 
            optionValuePath="content.salesRep"
valueBinding="salesRepID"
 disabledBinding="isNotEditing"
            }}

image