slider icon indicating copy to clipboard operation
slider copied to clipboard

keep min value before max value

Open hamid-bhz opened this issue 4 years ago • 0 comments

How can I keep min value one step before max value in Range without pushable or allowCross?

<Range reverse onChange={handleChangeRange} allowCross={false} pushable={false} min={min} max={max} dots step={steps} defaultValue={[min, max]} value={[minValue, maxValue]} />

hamid-bhz avatar Dec 21 '20 08:12 hamid-bhz