Skip to content

[Bug]: Active item not visible during keyboard navigation in filterable multi-select #20986

@vasco-cruz

Description

@vasco-cruz

Package

@carbon/web-components

Browser

Chrome

Package version

v2.40.1

React version

No response

Description

When navigating a filterable multi-select dropdown with the keyboard (ArrowUp/ArrowDown), the currently active (focused) option can move outside the visible scroll area and isn’t automatically scrolled into view.

Symptoms

  • The focus outline / highlight jumps, but the list doesn’t scroll to follow it.
  • Users pressing ArrowDown repeatedly end up “navigating blind” once the focus moves beyond the viewport.
  • In some cases the active item briefly appears after manual scroll, then is lost again as navigation continues.

Filterable Multi-select

Image

Multi-select

Image

Reproduction/example

https://stackblitz.com/edit/github-7fjfrate?file=index.html

Steps to reproduce

  • Open the filterable multi-select.
  • Ensure enough options exist to make it scrollable (e.g., > 10).
  • Start using ArrowDown to move past the initially visible region.
  • Observe that focus continues moving but the list doesn’t auto-scroll.

Suggested Severity

None

Application/PAL

No response

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    ⏱ Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions