Class: DsTextarea

DsTextarea()

ds-textarea - A textarea component that wraps native textarea elements

Constructor

new DsTextarea()

Source:

Members

value

Property getters and setters to mirror the internal textarea
Source:

(static) observedAttributes

Define which attributes should trigger attributeChangedCallback
Source:

Methods

attributeChangedCallback()

React to attribute changes and apply corresponding properties to the internal textarea
Source:

connectedCallback()

Called when the element is connected to the DOM Apply initial attributes
Source:

setupEventListeners()

Set up event listeners to re-dispatch events from the host element
Source: