nouislider Handle null value for max Range

104 views Asked by At

How can we handle null value for max range in nouislider, below config I tried config = {step : 1, range : { min : 0, max : null } } It gives below error. noUiSlider (14.1.1): 'range' contains invalid value. In one of the scenarios I have to handle null value

0

There are 0 answers