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

Labels + Inputs Missing `for` Attributes #66

Open srsgores opened 9 years ago

srsgores commented 9 years ago

The demos show that labels lack proper for attributes. Is this the current state of the plugin, and if so, are there any ways to automatically generate for and id attributes on corresponding inputs and labels?

Thanks in advance.

asaf commented 9 years ago

This is probably a bug because I remember I took care of it from the beginning.