syedowaisali / crystal-range-seekbar

538 stars 170 forks source link

can't set min and max values when each time updating those values #101

Open Thirunavukkarasu-l opened 6 years ago

Thirunavukkarasu-l commented 6 years ago

Hi,

I want to integrate price selection like ecommerce app.using your lib, facing issue on set price min and max values at second time.

eg. base min price is 10,base max price is 100. - i update each time both min and max price.now i get final selected price values like 20(min),50(max).

in second i open the same page i want save previously changed values(20,50).highlight color only visible based on selected values.

how can i do it?