You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a use case where we want to disable clicking on the v-slider's track. The only interaction allowed with the slider should be through moving the thumb around.
Proposed solution
Introduce a new disabled property that allows disabling the mouse down event on the slider track
The text was updated successfully, but these errors were encountered:
Problem to solve
We have a use case where we want to disable clicking on the v-slider's track. The only interaction allowed with the slider should be through moving the thumb around.
Proposed solution
Introduce a new disabled property that allows disabling the mouse down event on the slider track
The text was updated successfully, but these errors were encountered: