feat(#25): Add date form element

This commit is contained in:
2025-12-01 06:28:36 +01:00
parent 9dc690715b
commit ed36db97a1
9 changed files with 315 additions and 195 deletions

View File

@@ -91,6 +91,8 @@ function getResolvedComponent(formElement: FormElementDto) {
return resolveComponent('TheInput')
case 'TITLE_BODY_TEXTFIELDS':
return resolveComponent('TheTitleBodyInput')
case 'DATE':
return resolveComponent('TheDate')
default:
return resolveComponent('Unimplemented')
}