Ember.TextField Class
PUBLIC
Extends: Ember.Component
Uses: Ember.TextSupport
Defined in: packages/ember-htmlbars/lib/components/text_field.js:37
Module: ember-views
The internal class used to create text inputs when the {{input}}
helper is used with type
of text
. See Ember.Templates.helpers.input for usage details.
Layout and LayoutName properties
Because HTML input
elements are self closing layout
and layoutName
properties will not be applied. See Ember.View's layout section for more information.
Please login to continue.