Open walmink opened 4 years ago
Try to add this css In my case it working because I set infinite true and set slidesToShow to more than length of image, so it will create cloned element and below css fixed my issue .slick-slide.slick-active.slick-cloned { display: none !important; }
I just ran into this too. Very confusing. It makes focusOnSelect
unusable with variableWidth
, as it almost always scrolls through all the elements when trying to move forward a single index.
any solution for this i'm also facing this issue
Intention
I am trying to create an infinite slider that will display a set of items, where the items have variable width and a click item gets focus on select (moves to left edge of slider component) when clicked.
Problem
In many (but not all cases), Slick React scrolls to cloned version of the clicked item, instead of the item itself. See example.
What's working:
overflow: visible
)What's not working:
(these lists are not exhaustive, obviously, just as an example)