Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select doesn't seem to style properly #99

Open
jmls opened this issue Sep 29, 2013 · 0 comments
Open

select doesn't seem to style properly #99

jmls opened this issue Sep 29, 2013 · 0 comments

Comments

@jmls
Copy link

jmls commented Sep 29, 2013

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

rtablada pushed a commit to rtablada/ember-bootstrap that referenced this issue Jun 6, 2017
rtablada pushed a commit to rtablada/ember-bootstrap that referenced this issue Jun 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant