From 1e72a7500b61491fa261aedab09b1acc16e38b57 Mon Sep 17 00:00:00 2001 From: bmauger Date: Wed, 15 Dec 2021 12:07:29 -0500 Subject: [PATCH] Change prop name. --- src/layouts/component-test/component-test.vue | 40 +++++++++---------- .../list-button-horizontal.vue | 22 +++++----- src/ux-components/list-button/list-button.vue | 22 +++++----- 3 files changed, 42 insertions(+), 42 deletions(-) diff --git a/src/layouts/component-test/component-test.vue b/src/layouts/component-test/component-test.vue index 46be34449..d33833eb6 100644 --- a/src/layouts/component-test/component-test.vue +++ b/src/layouts/component-test/component-test.vue @@ -58,7 +58,7 @@

List Button - Single-Line

-
Functioning as Radio Buttons
+
Functioning as Checkboxes
@@ -69,7 +69,7 @@ Select Vehicle Year
@@ -159,7 +159,7 @@

Select Vehicle Year

-
Functioning as Checkboxes
+
Functioning as Radio Buttons

Select Vehicle Year

@@ -240,7 +240,7 @@

List Button - Multi-Line Centered

-
Functioning as Radio Buttons
+
Functioning as Checkboxes
@@ -249,7 +249,7 @@

Multi-Line Centered

-
Functioning as Checkboxes
+
Functioning as Radio Buttons

Multi-Line Centered

@@ -330,7 +330,7 @@

List Button Horizontal

-
Functioning as Radio Buttons
+
Functioning as Checkboxes
@@ -341,7 +341,7 @@ Select Vehicle Year
-
Functioning as Checkboxes
+
Functioning as Radio Buttons

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 7b1bc292c..cee93e31e 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -1,7 +1,16 @@