-
-
Notifications
You must be signed in to change notification settings - Fork 782
Open
Description
Requirement -
I'm using rc-slider which displays the value from 1 to 100 and I used the step as 1. Here the min and max set as 1 and 100. Now, I want to disable some range between 1 to 100. For example, If I want to disallow the input selection before 4 and after 40, the user can only select the range between 4 to 40 but we have to display all values from 1 to 100.
I tried to implement this behaviour but when I set min to 4 and max to 40 then the slider starts from 4 instead of 0?
Metadata
Metadata
Assignees
Labels
No labels