Currently for some reason when i update the slider via jquery with an array that is big as 1000, the slider starts reseting to 0 every time I move to some random point in the input range.
That's the code used to add the big array. Note that the array is full of objects
Ex: [{prop1: "123", prop2: "321"}, {prop1: "1234", prop2: "4321"}, {prop1: "12345", prop2: "54321"}, ...]
Currently for some reason when i update the slider via jquery with an array that is big as 1000, the slider starts reseting to 0 every time I move to some random point in the input range. That's the code used to add the big array. Note that the array is full of objects Ex: [{prop1: "123", prop2: "321"}, {prop1: "1234", prop2: "4321"}, {prop1: "12345", prop2: "54321"}, ...]
Different array sizes that resets it to 0 while sliding: (1210, 369)