ngx-slider
ngx-slider copied to clipboard
How to prevent clicks outside of the range?
Is there a combination of options that:
- allows dragging by handles
- allows dragging by range
- prevents the pointers jumping when clicking outside of the range
Currently onlyBindHandles
prevents clicks outside of the range but I also want to be able to drag the range.