Skip to content
Snippets Groups Projects
Commit a1b24842 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Add comment field

parent ec0fe7ec
No related branches found
No related tags found
1 merge request!78Resolve "Rewrite registration wizard"
Pipeline #195972 canceled
...@@ -570,6 +570,13 @@ import SecondaryActionButton from "aleksis.core/components/generic/buttons/Secon ...@@ -570,6 +570,13 @@ import SecondaryActionButton from "aleksis.core/components/generic/buttons/Secon
<v-stepper-content :step="getStepIndex('confirm')"> <v-stepper-content :step="getStepIndex('confirm')">
<h2 class="text-h6 mb-4">{{ $t(getStepTitleKey('confirm')) }}</h2> <h2 class="text-h6 mb-4">{{ $t(getStepTitleKey('confirm')) }}</h2>
<div class="mb-4">
<v-text-field
outlined
v-model="data.comment"
:label="$t('paweljong.event_registration.form.steps.confirm.fields.comment.label')"
></v-text-field>
</div>
<v-divider class="my-4" /> <v-divider class="my-4" />
<message-box type="info" class="mb-4"> <message-box type="info" class="mb-4">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment