Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate Doc : Pushable can be a number #586
Open
Comments
|
Documentation seems to have updated on this. README.md now says that pushable can be a number. Maybe an example showing the behaviour could be added. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related Issue #419
The feature I want was that the Ranges don't overlap. So the min < max. Setting pushable={number} and allowCross={true} achieves this. However its not very clear. Either we need to provide another props or make the current behaviour clear.