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

Enable setting ID of a form #109

Closed awwester closed 8 years ago

awwester commented 8 years ago

for the inputs we're able to set the id through the cid property, however I'm needing to set the id on the form which I expected to have a similar cid property but it appears it does not.

Is there another way to set the id on the form that I'm missing?

Edit: Yes there was another way, just using id property instead of cid.