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"
}}

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