zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
883 stars 231 forks source link

Possible Incorrect State Management #315

Open kjowak opened 3 months ago

kjowak commented 3 months ago

Description

In the "OnSliderMouseDown" event, the state is set to "pending : true" regardless of if snapDragDisabled is true or false. I am new to React so I might be missing something, but to me this doesn't make sense. If snapDragDisabled is true, then clicking on the slider shouldn't affect the internal state. Therefore, it shouldn't restrict the outside state from updating the component when the slider is clicked.

Screenshot

image