Vinit Bhavsar
Vinit Bhavsar
` { let val = value.toString().split(",") this.setState({ minAge: val[0], maxAge: val[1] }) }} max={60} min={18} sliderLength={SCREEM_WIDTH - 90} values={[minAge, maxAge]} onToggleOne={() => { }} onToggleTwo={() => { }} allowOverlap={false} minMarkerOverlapDistance={10}...
But this also has an issue that if updated values are [50,55]. one slider marker is one left most again and right slider marker set to right most again. even...