Textarea

OTextAreaInputComponent

Directive: o-textarea-input

Inherited inputs

  • from FormDataComponent:
    • attr
    • automatic-binding
    • automatic-registering
    • clear-button
    • data
    • enabled
    • hide-required-marker
    • label
    • label-visible
    • read-only
    • required
    • select-all-on-click
    • sql-type
    • tooltip
    • tooltip-position
    • tooltip-show-delay
    • validators
    • width
  • from o-text-input:
    • max-length
    • min-length

Inputs

Name Since Description Default

columns

number

Specifies the width of the text area (in average character width). HTML5 cols attribute

20

rows

number

Specifies the height of the text area (in lines). HTML5 rows attribute

2

Inherited outputs