arco-design / arco-design-vue

A Vue.js 3 UI Library based on Arco Design
https://arco.design/vue
MIT License
2.75k stars 539 forks source link

滑动输入条 Slider change应该是松开鼠标才触发 #3286

Open ating12138 opened 3 months ago

ating12138 commented 3 months ago

Basic Info

What are the similar cases of this feature

element是分input和change的

What problem does this feature solve?

input是实时返回拖动的值。change是拖动完松开鼠标才触发。应该增加input,修改change

jashok5 commented 2 weeks ago

我也遇到了一样的问题