mohamadkhani / vue-simple-range-slider

Change Your numeric value or numeric range value with dragging handles
MIT License
21 stars 7 forks source link

slider range scale is not changing when Min,Max value is updated #14

Open plabonislam opened 1 year ago

plabonislam commented 1 year ago

suppose my default min=0 & max = 100. when i change slider range to 50 to 100 in that time using watch property i have set min =90;

case -1: so right now ,slider min,max has two state one is previous when min=0 & max =100 and slider scale is working based on that. case -2: think about current state when min=90 ,max =100 & starting range is 90 but in sllider ui i need to cross 90 according to previous min ,max scale ,it should calculate slider movement acccording to current min max in ui perspective