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

HTML5 Autofocus attribute #85

Closed consideRatio closed 9 years ago

consideRatio commented 9 years ago

As suggested in this stackoverflow answer, maybe do this to allow the HTML5 autofocus be set? http://stackoverflow.com/a/14764117/2220152

consideRatio commented 9 years ago

(it was already inside the Ember textfield control)