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

name attribute support for input #61

Open yonjah opened 9 years ago

yonjah commented 9 years ago

This is useful when forms need to be actually submitted.

Added feature for that would be to support form attributes, like method, action, enctype and target. But since the current implementation already has an action property this might be problematic to implement without braking the current API (maybe another form component is needed).