Merge pull request #3007 from Xotic750/switch_tabindex

Switch: Add keyboard control
This commit is contained in:
Aresn 2018-02-07 16:13:13 +08:00 committed by GitHub
commit b7071d2c37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,10 @@
<template>
<span :class="wrapClasses" @click="toggle">
<span
tabindex="0"
:class="wrapClasses"
@click="toggle"
@keydown.space="toggle"
>
<input type="hidden" :name="name" :value="currentValue">
<span :class="innerClasses">
<slot name="open" v-if="currentValue === trueValue"></slot>