indexiatech / ember-forms

Smart, Intuitive forms for Ember.js styled with Bootstrap, Multi layouts and Validation support.
http://indexiatech.github.io/ember-forms
Apache License 2.0
218 stars 45 forks source link

Update em-input to have required, autofocus and disabled properties #17

Closed brandonparsons closed 10 years ago

brandonparsons commented 10 years ago

In the current implementation, disabled inputs do not appear to work. It is adding the disabled flag on the parent form-group, which doesn't disable the input.

This PR adds disabled, autofocus and required properties to the actual input itself, which appears to function as intended.

brandonparsons commented 10 years ago

/poke @asaf @ember-addons

asaf commented 10 years ago

Hey sorry, I missed your PR for some reason, thanks.