akiran / react-slick

React carousel component
http://react-slick.neostack.com/
MIT License
11.76k stars 2.11k forks source link

focusOnSelect is sliding to extreme left #1418

Open devashissh opened 6 years ago

devashissh commented 6 years ago

Hi Team, I am using focusOnSelect property as True in slick carousel. But each time i click on last partially visible slide it scrolls up to extreme left. I want it to swipe with 1 slide only.

I am using these properties: slidesToShow: 3, slidesToScroll: 1, focusOnSelect: true, mobileFirst: true,

parthsrivastava-zz commented 5 years ago

Same for me!!