zillow / react-slider

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

Added forceResize prop #72

Closed marcelowa closed 6 years ago

marcelowa commented 8 years ago

In my case, the slider size is affected by the containing element that can change size by other drag/resize methods

mpowaga commented 6 years ago

Thanks for submitting this PR. forceResize should be a method. Otherwise it will be resized on each render when this property is set to true.

Let me know if you want to fix this and I'll reopen this PR.