When having more than 2 values to our slider only first 2 are being synced. Fix: 'equals' and `createSlider` methods should be changed to loop over the start values and not hard coded first and second items.
When having more than 2 values to our slider only first 2 are being synced.
Fix: 'equals' and
createSlidermethods should be changed to loop over the start values and not hard coded first and second items.