react-slider icon indicating copy to clipboard operation
react-slider copied to clipboard

DEPRECATED: A Slider in React

Results 4 react-slider issues
Sort by recently updated
recently updated
newest added

Hey there, If this component is deprecated, has it been replaced in production with anything new? This component looks nicely written, but I'll need to maintain the feature I build...

Where there more than one slider on the page, it throws following error upon updating the subsequent sliders - Uncaught Error: Invariant Violation: findComponentRoot(..., .2.2.0.1.0.0): Unable to find element. This...

Instead of adding and removing the touch and mouse events at the 'document' level, do it at DOMNode level - document.addEventListener to this.getDOMNode().addEventListener document.removeEventListener to this.getDOMNode().removeEventListener to avoid getting sliderUpdater...

It works fine only if you have min value 1, if you have any other range its not possible to enter the value. e.g. if min = 30 and max...