Vuetify: [Bug Report] v-checkbox & v-radio can toggle only when i clicked component's label

Created on 5 Feb 2020  路  12Comments  路  Source: vuetifyjs/vuetify

Environment

Vuetify Version: 2.2.9
Vue Version: 2.6.11
Browsers: Chrome 79.0.3945.130
OS: Mac OS 10.14.6

Steps to reproduce

  1. go to reproduction link
  2. click checkbox input or radio input

Expected Behavior

toggle component(v-checkbox or v-radio)

Actual Behavior

not working

Reproduction Link

https://codepen.io/armadillo-dev167/pen/eYNOPKy?editable=true

Other comments

i can toggle only when i clicked component's label

Selection controls high bug regression

Most helpful comment

As a temporary fix, which helped me, you could use the next CSS globally (if all your radios/checkboxes have default ripple=true)

     .v-input--selection-controls__ripple{
        z-index: 1;
    }

All 12 comments

Even after v2.2.10, having this issue.

Getting this too, the select control click seems offset.
Capture d鈥檈虂cran 2020-02-06 a虁 13 36 24
(Only the red zone can be clicked on my tests, only around borders is clickable)

As a temporary fix, which helped me, you could use the next CSS globally (if all your radios/checkboxes have default ripple=true)

     .v-input--selection-controls__ripple{
        z-index: 1;
    }

If all your checkboxes have ripple=true then update vuetify, if not then wait for 2.2.11

I fixed this issue after update to 2.2.10
thx you!!

I'm not sure if I should open a new issue or if it is proper to comment an old one, but this is still not working for me with Vuetify 2.2.18 (tested in Chrome and Firefox). It seems the ripple is hiding the checkbox. Only the temporary fix mentioned above resolved the issue.

I can't reproduce this particular issue after updating vuetify to 2.2.18, but if you can please create a new one

Updated to version 2.2.22, still getting the same issue.

I remember that deleting my node_modules folder and package-lock.json, then reinstalling all the dependencies solved the problem for me a month ago when I commented this issue. Or perhaps it is something else I did, I don't know. Just something to try...

Thanks will try, i did check the node_modules in the browser it got updated to the said version.

I remember that deleting my node_modules folder and package-lock.json, then reinstalling all the dependencies solved the problem for me a month ago when I commented this issue. Or perhaps it is something else I did, I don't know. Just something to try...

Still didn't work :(

This appears to still be broken - fix above solves the issue
.v-input--selection-controls__ripple{
z-index: 1;
}

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cawa-93 picture cawa-93  路  3Comments

paladin2005 picture paladin2005  路  3Comments

itanka9 picture itanka9  路  3Comments

chriswa picture chriswa  路  3Comments

dohomi picture dohomi  路  3Comments