Closed
Description
This could just be user error so apologies if so.
http://jsfiddle.net/dnjf0hu7/4/
I've tried overriding the onEnd function and explicitly setting the enforceRange to false. I think what's happening is that after changing the value externally the onChange event is being called for the slider which has had the value changed externally which in turn is calling the slider that first was changed and so on.
Is there something I've missed in documentation or another way to achieve what I want? ( Sliding snaps to steps but sliding one bar can alter the other outside of the set steps )
Thanks