Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Latest commit

 

History

History
40 lines (27 loc) · 604 Bytes

File metadata and controls

40 lines (27 loc) · 604 Bytes

textarea

textarea

Example

{
  type: "textarea",
  key: "bio",
  templateOptions: {
    label: "Biography",
    theme: "custom",
    rows: 5,
    grow: false
  }
}

Configuration

templateOptions.label : string

templateOptions.theme : string

templateOptions.disabled : boolean

templateOptions.className : string | expression | array

templateOptions.rows : integer

Number of rows

templateOptions.grow : boolean (default true)

Equivalent to md-no-autogrow

When present, textareas will not grow automatically.