Skip to contents

A text area input.

Usage

textarea(id, ...)

Arguments

id

The id of the input.

...

Any named properties.

Details

See text area Fires on focusout or text change.

Examples

textarea(
  "txt",
  placeholder = "Enter text"
)
#> <ui5-textarea id="txt" placeholder="Enter text"></ui5-textarea>