Class TextField
publicimport TextField from '@ember/component/text-field'; |
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.