slider
slider copied to clipboard
React Slider
Add closest bound identifier to onBeforeChange event (0 for left and 1 for right).
Slider using PageX does not work correctly, if the Slider is in element with position:fixed.
fixes #450
Fixes issue #308. There's still 3 tests failing and all are related to `dragOffset`, but I don't really know what's wrong, so it would be nice if someone could have...
Fixes #206 This allows setting custom dot styling on a per mark basis. Tried to be as least-intrusive as possible, but let me know if you'd prefer a different approach.
This PR adds the option to bind additional data to Markers
This is basically a feature request with some POC code to get your thoughts. We use your control in the Range mode with multiple initial default values. We like pushable,...
this is how im using it: ``` { }} ariaLabelForHandle = {"hola"} handleStyle = {[{ width: "30px", height: "30px", backgroundColor: "blue" }]} > ``` but when render i cant see...
`value` and `defaultValue` props accept null as a value (PR #447) but they're typed as only accepting numbers. Typescript throws a type error if you try to pass null, even...
Steps to reproduce: 1. Set up min to 1 max to 10 2. Change value to 5 3. Change min to 10 Expected: handle positioned on start of rail, track...