ngx-slider icon indicating copy to clipboard operation
ngx-slider copied to clipboard

How to prevent clicks outside of the range?

Open q-state opened this issue 4 years ago • 0 comments

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.

q-state avatar Jul 10 '20 16:07 q-state