Skip to content

Keyboard Navigation Question #190

Open
@GoodGuyMarco

Description

@GoodGuyMarco

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?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions