feat: Add textarea form element

This commit is contained in:
2025-12-06 18:00:27 +01:00
parent f1b66c184b
commit 4b06f68265
5 changed files with 52 additions and 18 deletions

View File

@@ -99,7 +99,7 @@ Application Form
└── Form Elements (FormElement)
├── id (UUID - generated by backend)
├── reference (string - custom key like "art_der_massnahme")
├── type (SELECT, CHECKBOX, RADIOBUTTON, TEXTFIELD, SWITCH, TITLE_BODY_TEXTFIELDS)
├── type (SELECT, CHECKBOX, RADIOBUTTON, TEXTFIELD, TEXTAREA, SWITCH, TITLE_BODY_TEXTFIELDS, DATE)
├── title, description
├── options (FormOption[])
│ ├── value, label
@@ -227,7 +227,7 @@ Form elements can be conditionally shown or hidden based on the values of other
"reference": "testphase_zeitraum",
"title": "Testphase Zeitraum",
"description": "Zeitraum der Testphase",
"type": "TEXTFIELD",
"type": "TEXTAREA",
"options": [
{
"value": "",