From 19aa67da5f93764caf88f39ea71bd171b472cf1e Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Wed, 5 May 2021 15:35:58 +0100 Subject: [PATCH 1/8] wip --- .../RepeatableFields/Qualification.vue | 16 +++ .../SelectionInput/RankedChoice.vue | 102 ++++++++++++++---- .../SelectionInput/SelectionInput.vue | 21 ++-- src/views/Apply/FinalCheck/Review.vue | 7 +- .../LocationPreferences.vue | 6 +- 5 files changed, 114 insertions(+), 38 deletions(-) diff --git a/src/components/RepeatableFields/Qualification.vue b/src/components/RepeatableFields/Qualification.vue index 91871414e..4f6e73f57 100644 --- a/src/components/RepeatableFields/Qualification.vue +++ b/src/components/RepeatableFields/Qualification.vue @@ -58,6 +58,22 @@ v-model="row.qualificationNotComplete" label="I did not complete pupillage" /> + + + + + + selected:{{ selected }} +
+ ranking: {{ ranking }} +
+ +
+