Class TextArea
public| Extends: | Component | 
|---|---|
| Uses: | Ember.TextSupport | 
| Defined in: | packages/ember-glimmer/lib/components/text_area.ts:201 | 
| Module: | @ember/component | 
import TextArea from '@ember/component/text-area';
The internal class used to create textarea element when the {{textarea}} helper is used.
See Ember.Templates.helpers.textarea for usage details.
Layout and LayoutName properties
Because HTML textarea elements do not contain inner HTML the layout and layoutName properties will not be applied.
Methods
- $
 - addObserver
 - cacheFor
 - decrementProperty
 - destroy
 - didReceiveAttrs
 - didRender
 - didUpdate
 - didUpdateAttrs
 - get
 - getProperties
 - getWithDefault
 - has
 - incrementProperty
 - init
 - notifyPropertyChange
 - off
 - on
 - one
 - readDOMAttr
 - removeObserver
 - rerender
 - send
 - sendAction
 - set
 - setProperties
 - toString
 - toggleProperty
 - trigger
 - willDestroy
 - willRender
 - willUpdate
 
Properties
- actions
 - ariaRole
 - attributeBindings
 - classNameBindings
 - classNames
 - concatenatedProperties
 - element
 - elementId
 - isDestroyed
 - isDestroying
 - isVisible
 - layout
 - mergedProperties
 - positionalParams
 - tagName
 
Events
    © 2020 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
    https://api.emberjs.com/ember/2.18/classes/TextArea