Skip to content

Commit 5c98e2e

Browse files
authored
Fix/inactive next button (#145)
Fix last question disabled button
1 parent 28ad5cf commit 5c98e2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/FlowForm.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,10 @@
470470
return true
471471
}
472472
473+
if (this.completed && !this.isOnLastStep) {
474+
return true
475+
}
476+
473477
return this.activeQuestionIndex < this.questionList.length - 1
474478
},
475479

0 commit comments

Comments
 (0)