Open GoodGuyMarco opened 3 years ago
Hey guys,
I got a slider with this responsive configuration and enabled keyboard navigation:
const responsive = { 0: {items: 1}, 576: {items: 2}, 992: {items: 3}, };
When 3 slides are visible and I hit the arrow keys (left or right) it only moves one slide item. This confused me the first few times I saw that because the dots only update, when the next 3 items are visible.
Is this intended behaviour?
Hi, @GoodGuyMarco! Yes this is an expected behavior. Perhaps here need to add a new strategy in the upcoming implementations to manage this case.
Hey guys,
I got a slider with this responsive configuration and enabled keyboard navigation:
When 3 slides are visible and I hit the arrow keys (left or right) it only moves one slide item. This confused me the first few times I saw that because the dots only update, when the next 3 items are visible.
Is this intended behaviour?