Opened this issue 6 years ago · 1 comments
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; }