ktsn/vue-range-slider

Event hook for "release slider handle"

Closed this issue · 1 comments

For tracking purposes it is necessary to only trigger an event, when the user has finished dragging the slider. Any suggestion as of how to hook to that?

Thanks for the work, dude. Cheers from Germany!

Frank Topel

ktsn commented

You can just use @mouseup.native, @touchend.native or so on.