Skip to content

Commit 57debd2

Browse files
kabalageeuvl
authored andcommitted
Disabled toggle button should not be togglable via keyboard. (#105)
1 parent a6f9802 commit 57debd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Button.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
class="v-switch-input"
55
:name="name"
66
:checked="value"
7+
:disabled="disabled"
78
@change.stop="toggle">
89
<div class="v-switch-core"
910
:style="coreStyle">

0 commit comments

Comments
 (0)