From d7fe994fc936e79af513b6050b865f66f67281bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Kaufmann?= Date: Wed, 20 Feb 2019 21:58:40 +0100 Subject: [PATCH] Disabled toggle button should not be togglable via keyboard. --- src/Button.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Button.vue b/src/Button.vue index e991c02..2417fb4 100644 --- a/src/Button.vue +++ b/src/Button.vue @@ -4,6 +4,7 @@ class="v-switch-input" :name="name" :checked="value" + :disabled="disabled" @change.stop="toggle">