Wikiki / bulma-checkradio

Bulma's extension to display better checkbox and radio imputs
MIT License
71 stars 43 forks source link

Can't tab on input with keyboard #11

Closed Frennetix closed 6 years ago

Frennetix commented 6 years ago

When browsing with a keyboard you can't select any of the input, and thus, select a value.

How to reproduce?

Go to https://wikiki.github.io/bulma-extensions/checkradio and press tab

Frennetix commented 6 years ago

Instead of "display:none", I suggest this style:

.is-radio {
    display: inline-block;
    width: 0;
}
Wikiki commented 6 years ago

Fixed