-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report] Radio button group fails using vue 2.5.0 #7477
Comments
Same here. the cause is that the input element's input event cannot be handled by A thing to note: seems similar cause for #7474 |
posted an issue in vue vuejs/vue#6803 it is to be fixed in vue's next patch version |
@KagamiChan Thanks for boiling it down. |
Upgrading Vue to 2.5.2 fixes this: https://jsfiddle.net/pgn7gyu9/1/ |
Element UI version
1.4.6
OS/Browsers version
Arch Linux/ Chromium 61.0.3163.100
Vue version
2.5.0
Reproduction Link
https://jsfiddle.net/sunsijie/pgn7gyu9/#&togetherjs=smS20MqksL
Steps to reproduce
just click it
What is Expected?
only one should be highlighted
What is actually happening?
every item clicked is highlighted
The text was updated successfully, but these errors were encountered: