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

Boolean data type should render checkbox #106

Open
thenickcox opened this issue Nov 20, 2013 · 0 comments
Open

Boolean data type should render checkbox #106

thenickcox opened this issue Nov 20, 2013 · 0 comments

Comments

@thenickcox
Copy link

So, this project is really awesome coming to Ember from Rails. Just wanted to get that out there.

I ran this command:
ember generate --scaffold todo title:string complete:boolean

This correctly got the data type in the model (complete: DS.attr('boolean')), but a boolean should render a checkbox in the view. Instead, it was a text field, like so:

  <p>
    <label for="complete">Complete</label><br>
    {{view Ember.TextField valueBinding="complete" id="complete"}}
  </p>
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