react-component / slider

React Slider
https://slider.react-component.now.sh/
MIT License
3.02k stars 764 forks source link

Incorrect value displaying if min changes to value which is more than max after first render #861

Open didolf opened 1 year ago

didolf commented 1 year ago

Steps to reproduce:

  1. Set up min to 100 max to 500, value to 600
  2. Change min to 600 Expected: handle invisible
    Current: handle positioned on very big distance.

Codesandbox to repoduce: https://codesandbox.io/s/summer-butterfly-2djoxi?file=/src/App.js

ayberkdikcinar commented 8 months ago

Have you find a solution for this?