From 1958610b2bd4300e979a659c766aa4adefadc0d3 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Fri, 14 Jan 2022 16:41:03 -0500 Subject: [PATCH] CSR-254: fix data-target placement --- .../list-button-horizontal/list-button-horizontal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8391e8f35..5be79c49c 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -12,6 +12,7 @@ :value="buttonID" :aria-required="isRequired" @click="handleClick(value)" + :data-focus-target="groupName" />