chore(dx): todo in signup-form
This commit is contained in:
parent
ca461083c2
commit
cb9ba7d153
|
@ -202,6 +202,7 @@ fetchInstanceSettings()
|
||||||
:key="idx"
|
:key="idx"
|
||||||
:class="[{required: field.required}, 'field']"
|
:class="[{required: field.required}, 'field']"
|
||||||
>
|
>
|
||||||
|
// TODO: "as string" is probably leading to issues with editform.
|
||||||
<Textarea
|
<Textarea
|
||||||
v-if="field.input_type === 'long_text'"
|
v-if="field.input_type === 'long_text'"
|
||||||
:id="`custom-field-${idx}`"
|
:id="`custom-field-${idx}`"
|
||||||
|
|
Loading…
Reference in New Issue