+
+
+
+ {{ !!(questions[currentQuestionIndex].answer as string[]).length ? (questions[currentQuestionIndex].answer as string[]).join(', ') : 'Select options'}}
+
+
+
+
+
+
+
+ {{ option }}
+
+
+
+
+
+
+
+
+
+
- {{ !!(questions[currentQuestionIndex].answer as string[]).length ? (questions[currentQuestionIndex].answer as string[]).join(', ') : 'Select options'}}
+ class="relative cursor-default rounded-lg bg-white py-2 pl-3 pr-10 text-left shadow-md focus:outline-none focus-visible:border-indigo-500 focus-visible:ring-2 focus-visible:ring-white/75 focus-visible:ring-offset-2 focus-visible:ring-offset-orange-300 sm:text-sm"
+ >
+ {{!!questions[currentQuestionIndex].answer ? questions[currentQuestionIndex].answer : 'Select an option'}}
-
+
{
-
-
-
-
-
-
-
diff --git a/src/views/WizardView.vue b/src/views/WizardView.vue
index 2067a2a..528304a 100644
--- a/src/views/WizardView.vue
+++ b/src/views/WizardView.vue
@@ -5,13 +5,12 @@ import WizardQuestions from "@/components/wizard-questions.vue";
-