Class TextField
public| Extends: | Component |
|---|---|
| Uses: | Ember.TextSupport |
| Defined in: | packages/@ember/-internals/glimmer/lib/components/text-field.ts:33 |
| Module: | @ember/component |
import TextField from '@ember/component/text-field';
The internal class used to create text inputs when the Input component is used with type of text.
See Ember.Templates.components.Input for usage details.
Layout and LayoutName properties
Because HTML input elements are self closing layout and layoutName properties will not be applied.
Methods
- $
- addObserver
- cacheFor
- decrementProperty
- destroy
- didReceiveAttrs
- didRender
- didUpdate
- didUpdateAttrs
- get
- getProperties
- has
- incrementProperty
- init
- notifyPropertyChange
- off
- on
- one
- readDOMAttr
- removeObserver
- rerender
- send
- set
- setProperties
- toString
- toggleProperty
- trigger
- willDestroy
- willRender
- willUpdate
Properties
- actions
- ariaRole
- attributeBindings
- classNameBindings
- classNames
- concatenatedProperties
- element
- elementId
- isDestroyed
- isDestroying
- layout
- max
- mergedProperties
- min
- pattern
- positionalParams
- size
- tagName
- type
- value
Events
© 2020 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
https://api.emberjs.com/ember/3.25/classes/TextField