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
I am trying to drag the slider in order to update the date in the VueDatePicker calendar while dragging.
I am using "@vuepic/vue-datepicker": "^5.2.0" and "@vueform/slider": "^2.1.7",
If I use lazy false I can drag one step, but then the functionallity stops and I then I need to drag again.
If I use "@vueform/slider": "^1.0.5" it works more or less but the dragging is not smooth along the slider. It has some delay.
Could there be a solution for it? Is there any incompatibility between the two components?