Vue: Input radio not reset checked state when using as component

Created on 18 Jan 2017  Â·  2Comments  Â·  Source: vuejs/vue

Vue.js version

2.1.10

Reproduction Link

https://jsfiddle.net/rorc/rhv2tLxk/1/

Steps to reproduce

Clicking on radio, click on reset button.

What is Expected?

  1. Only one radio must keep checked.
  2. After reset redio by clicking reset button, all radio must be not checked.

What is actually happening?

All radio keep checked.

Most helpful comment

Your usage is incorrect - fixed: https://jsfiddle.net/rhv2tLxk/2/

All 2 comments

Your usage is incorrect - fixed: https://jsfiddle.net/rhv2tLxk/2/

Oh dude, thanks 😄

Was this page helpful?
0 / 5 - 0 ratings