Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Created November 22, 2013 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcardarella/7608646 to your computer and use it in GitHub Desktop.
Save bcardarella/7608646 to your computer and use it in GitHub Desktop.
Ember.EasyForm.TextField = Ember.TextField.extend({
attributeBindings: ['type', 'value', 'size', 'pattern', 'name', 'autocorrect', 'autocapitalize']
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment