You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bug Report] Radio's V-model is split: when value and @input are used, the value of value is unchanged in input, and clicking radio again cannot trigger response events
#14808
Closed
OverTree opened this issue
Mar 22, 2019
· 2 comments
· Fixed by #14809
The text was updated successfully, but these errors were encountered:
element-bot
changed the title
[Bug Report] radio 的 v-model 拆分开 :value 和 @input 使用时,在input中未改变value的值,再次点击radio无法触发响应事件
[Bug Report] Radio's V-model is split: when value and @input are used, the value of value is unchanged in input, and clicking radio again cannot trigger response events
Mar 22, 2019
Element UI version
2.6.3
OS/Browsers version
Macos 10.14 / Chrome 73
Vue version
2.6.10
Reproduction Link
https://codepen.io/anon/pen/KErYgV?&editable=true
Steps to reproduce
点击备选项2,
然后点取消,
再次点击备选项2
What is Expected?
会有confirm 对话框出现
What is actually happening?
没有confirm 对话框出现
The text was updated successfully, but these errors were encountered: