euvl / vue-js-toggle-button

:fish_cake: Vue.js 2 toggle / switch button - simple, pretty, customizable
http://vue-js-toggle-button.yev.io/
MIT License
934 stars 133 forks source link

Toggle is not visually focusable #123

Closed jlucaspains closed 5 months ago

jlucaspains commented 5 years ago

The toggle button cannot be focused on using tab keyboard key. To simulate the issue, go to the demo website and press tab several times. The focus will cycle through a few components but not through the toggle buttons.

It would be great if the focus worked just like any other input and the button can be toggled using the space keyboard key.