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 910413ae9..8ef069c2b 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -2,6 +2,8 @@
diff --git a/src/ux-components/list-button/list-button.vue b/src/ux-components/list-button/list-button.vue index 0115564ef..3a8e65fc0 100644 --- a/src/ux-components/list-button/list-button.vue +++ b/src/ux-components/list-button/list-button.vue @@ -2,6 +2,8 @@
diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index b2f12b4a5..8e88c4b68 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -7,6 +7,8 @@ errors.length > 0 ? 'has-error' : '', hasError ? 'has-error' : '', ]" + @mouseup="handleChange(value)" + @keyup.space="handleChange(value)" >