From 5df8ea97149cabf8a524fa43e52ae4749b7ecca8 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 21 Jan 2022 13:41:07 -0500 Subject: [PATCH] Accounting for radio buttons triggering click even on arrow key press --- .../list-button-horizontal/list-button-horizontal.vue | 4 ++-- src/ux-components/list-button/list-button.vue | 4 ++-- src/ux-components/list-card/list-card.vue | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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 9bdeee4b8..d03a042d7 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -1,6 +1,6 @@