Closed iamcarlos94 closed 1 year ago
As this restructures the slider HTML, destroying and recreating is the way to go here.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I have a use case where I need the slider's connect bar to switch direction as follows:
Right now I'm destroying the slider and creating a new one with either
connect: [true, false]
orconnect: [false, true]
, but that's being a large headache as there are other dynamic options being set elsewhere.So my questions is if it'd be worth the effort to pursue adding the ability to update the connect option or just to keep destroying and recreating the slider.