Skip to content

select doesn't seem to style properly #99

Open
@jmls

Description

@jmls

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions