Open
Description
Even after setting min value for the react input range the slider is accepting negative value, below is the code and the attachment necessary for the issue.
this.state = {
value: { min: 8000, max: 75000 }
}
<InputRange
formatLabel={value => ${this.convertToIndianFormat(value)}kms
}
maxValue={100000}
minValue={0}
ref="input_range"
value={this.state.value}
onChange={value => this.setState({ value })}
onChangeComplete={value => this.bindDistanceRange(value.min, value.max, this.cityName, this.sortObject, this.searchText)}
/>
Metadata
Metadata
Assignees
Labels
No labels