tb / ng2-nouislider

Angular2 noUiSlider directive
http://tb.github.io/ng2-nouislider/
MIT License
184 stars 114 forks source link

Possibility to lock slider only from one edge #178

Open sergiy-petrov-vakoms opened 6 years ago

sergiy-petrov-vakoms commented 6 years ago

Is there any possibility to restrict slider come closer than someValue only from one side (right or left)? I tried to use padding, but it restrict the slider come close to both edges. Also, I'm not able to find something like "paddingMin" or "paddingMax"

Thanks.

someKeyboardConfig: any = { connect: [true, false], start: 1, step: 1, padding: 1, range: { 'min': 0, 'max': 3, }, };