We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d6b5c commit 9756c48Copy full SHA for 9756c48
packages/web-forms/src/components/OdkWebForm.vue
@@ -242,7 +242,7 @@ watchEffect(() => {
242
<div class="flex flex-column gap-2">
243
<QuestionList v-if="!stepperLayout" :nodes="state.root.currentState.children" />
244
<!-- Note that QuestionStepper has the 'Send' button integrated instead of using the button below -->
245
- <QuestionStepper v-if="stepperLayout" :nodes="state.root.currentState.children" @sendFormFromStepper="handleSubmit()" />
+ <QuestionStepper v-if="stepperLayout" :nodes="state.root.currentState.children" @sendFormFromStepper="handleSubmit(state)" />
246
</div>
247
248
</template>
0 commit comments