0.0.3 • Published 7 years ago

react-slider-redux-form v0.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

React Slider for Redux Form

Note: In its current iteration, this package is identical to the original react-slider except for the following changes:

    value: React.PropTypes.oneOfType([
        React.PropTypes.number,
        React.PropTypes.string, // Changed to allow use for react-slider.
        React.PropTypes.arrayOf(React.PropTypes.number),
        React.PropTypes.arrayOf(React.PropTypes.node) // Changed to allow use for react-slider.
    ]),

(react-slider.js, lines 91-96)

For normal use it's best to use the original at https://www.npmjs.com/package/react-slider

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago