From a57b44489e6e2e227cf2e12c626d5439ec3d397c Mon Sep 17 00:00:00 2001 From: bmauger Date: Mon, 3 Jan 2022 13:50:57 -0500 Subject: [PATCH] CSR-241 Update props --- src/common-components/button-question/button-question.vue | 3 ++- .../list-button-horizontal/list-button-horizontal.vue | 2 +- src/ux-components/list-button/list-button.vue | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue index 9afd36c1f..fdd113e4d 100644 --- a/src/common-components/button-question/button-question.vue +++ b/src/common-components/button-question/button-question.vue @@ -32,6 +32,7 @@ import listButton from "@/ux-components/list-button/list-button"; export default { name: "buttonQuestion", props: { + isMultiSelect: Boolean, questionText: String, answers: Array, modelValue: String, @@ -58,4 +59,4 @@ export default { -webkit-overflow-scrolling: touch; } } - \ No newline at end of file + diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue index 7b32d1e75..d2bb90a8a 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -25,7 +25,7 @@ import loader from "@/ux-components/loader/loader"; export default { name: "listButtonHorizontal", props: { - isMultiSelect: Boolean, + isMultiSelect: Boolean, /* Defines use as checkbox */ groupName: String, /* Required, unique for each button GROUP */ buttonID: String, /* Required, unique for each button. Used for button id, label and