Skip to content

Textarea

<vox-textarea> is a multi-line text input.

html
<vox-textarea
  label="Description"
  name="description"
  rows="4"
  note="Markdown is supported."
></vox-textarea>

API

AttributeTypeDefaultDescription
labelstringField label
namestringForm field name
valuestring''Current value
rowsnumber4Visible rows
placeholderstringPlaceholder text
notestringHelp text
required / readonly / disabledbooleanfalseNative states

Released under the Apache-2.0 License.