Vue-slider-component: [vue3.x] Event Help Needed

Created on 5 Dec 2020  路  1Comment  路  Source: NightCatSama/vue-slider-component

Describe the bug

Probably not a bug, but I can't find documentation/example. I can't seem to get the drag-end event to work (I want to update data table after end selection). Can you give me a simple example of its using this or one of the events?

bug

Most helpful comment

Selecting the end can be done using the change event. drag-end is the end of dragging.

You can set lazy to update the value only after the end of dragging.

https://nightcatsama.github.io/vue-slider-component/#/api/events

>All comments

Selecting the end can be done using the change event. drag-end is the end of dragging.

You can set lazy to update the value only after the end of dragging.

https://nightcatsama.github.io/vue-slider-component/#/api/events

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Shimabuk picture Shimabuk  路  5Comments

aashrafu picture aashrafu  路  3Comments

ThomasPoncet picture ThomasPoncet  路  5Comments

creativejeff picture creativejeff  路  7Comments

exodusanto picture exodusanto  路  6Comments