diff --git a/src/layouts/component-test/component-test.vue b/src/layouts/component-test/component-test.vue index 45768db57..2ad001282 100644 --- a/src/layouts/component-test/component-test.vue +++ b/src/layouts/component-test/component-test.vue @@ -155,11 +155,11 @@
-
+
-

Multi-Line Centered

+

Multi-Line Centered

@@ -28,7 +27,7 @@ export default { errorText: String, loaderColor: String, loaderPosition: String, - sizeInRem: Number + sizeInRem: [Number,String] }, data() { return { diff --git a/src/ux-components/radio-horizontal/radio-horizontal.spec.js b/src/ux-components/radio-horizontal/radio-horizontal.spec.js index ec12ce7ea..0a926c912 100644 --- a/src/ux-components/radio-horizontal/radio-horizontal.spec.js +++ b/src/ux-components/radio-horizontal/radio-horizontal.spec.js @@ -27,6 +27,7 @@ describe("radio.vue", () => { type: "radio", value: "2023", name: "TestGroup", + "aria-required": "true" }); expect(label.attributes()).toEqual({ diff --git a/src/ux-components/radio-horizontal/radio-horizontal.vue b/src/ux-components/radio-horizontal/radio-horizontal.vue index 41fea15b3..c71f283f0 100644 --- a/src/ux-components/radio-horizontal/radio-horizontal.vue +++ b/src/ux-components/radio-horizontal/radio-horizontal.vue @@ -1,7 +1,15 @@ + + + + + + +