element
element copied to clipboard
[bug report] when the value of slider is set, the 'input' event will be triggered
Element UI version
2.15.6
OS/Browsers version
Microsoft Edge 版本 94.0.992.31 (官方内部版本) (64 位)
Vue version
2.6.14
Reproduction Link
https://codepen.io/windlike/pen/LYLapJq
Steps to reproduce
- 点击重置按钮
What is Expected?
设置值时不会触发input事件,手动拖动Slider时才触发
What is actually happening?
设置值时会触发input事件
Translation of this issue:
Element UI version
2.15.6
OS/Browsers version
Microsoft edge version 94.0.992.31 (official build) (64 bit)
Vue version
2.6.14
Reproduction Link
https://codepen.io/windlike/pen/LYLapJq
Steps to reproduce
- Click the reset button
What is Expected?
The 'input' event will not be triggered when setting the value, but only when manually dragging the slider
What is actually happening?
The 'input' event will be triggered when the value is set
这个bug 解决了吗