react-input-range
react-input-range copied to clipboard
How can I disable min/max value?
How can I disable min/max value?

I can use css display for hide.
Like this:
.input-range__label--max {
display :none;
}
.input-range__label--min {
display :none;
}