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

@@ -89,6 +89,8 @@ function getResolvedComponent(formElement: FormElementDto) {
return resolveComponent('TheSwitch')
case 'TEXTFIELD':
return resolveComponent('TheInput')
case 'TEXTAREA':
return resolveComponent('TheTextarea')
case 'TITLE_BODY_TEXTFIELDS':
return resolveComponent('TheTitleBodyInput')
case 'DATE':