Die BPC Version 4.1 wird nicht mehr gewartet.

Sollten Sie diese BPC Version nutzen, empfehlen wir Ihnen eine Migration auf eine aktuelle Version. Die Dokumentation zur neusten BPC Version finden Sie hier. Sollten Sie Fragen haben, wenden Sie sich bitte an unseren Support.

Text Area

This component represents a multi-line text field.

Configuration

For general configuration options, see General Component Configuration.

Specific Configuration

value (string)

Value of the field. See also Binding Form Component Attributes

Example

textarea.json
{
  "$schema": "https://forms.virtimo.net/4.1.x/schema.json",
  "metaData": {
    "id": 0,
    "version": 0
  },
  "configuration": {
  },
  "components": [
    {
      "type": "container",
      "label": "Textarea Component Example",
      "components": [
        {
          "type": "textarea",
          "label": "My Textarea",
          "value": "Hello World\nnice to meet\nyou"
        },
        {
          "type": "textarea",
          "label": {
            "de": "Mehrzeiliges Textfeld",
            "en": "multi line textfield"
          }
        }
      ]
    }
  ]
}
Embedded preview

Keywords: