Skip to content

Difference between "change" and "end" in VSlider #490

Closed Answered by jourdain
juanprietob asked this question in Q&A
Discussion options

You must be logged in to vote

That is what is described in the vuetify documentation for that component.

If you want constant update you need to use input=OnTransformSliderChange. But I would not recommend doing that.

Instead simply listen on "tx" change. That will happen continuously while not over subscribing the server.

@state.change("tx")
def OnTransformSliderChange(tx, **kwargs):
    ...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by juanprietob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants