chore(dx): todo in signup-form

This commit is contained in:
ArneBo 2025-04-06 20:23:03 +02:00
parent ca461083c2
commit cb9ba7d153
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ fetchInstanceSettings()
:key="idx"
:class="[{required: field.required}, 'field']"
>
// TODO: "as string" is probably leading to issues with editform.
<Textarea
v-if="field.input_type === 'long_text'"
:id="`custom-field-${idx}`"