palantir/blueprint

MultiSelect dropdown scrolls to top after making a selection

Open

#3,596 opened on Jun 13, 2019

View on GitHub
 (7 comments) (5 reactions) (0 assignees)TypeScript (2,167 forks)batch import
P2Package: selectType: bughelp wanted

Repository metrics

Stars
 (20,263 stars)
PR merge metrics
 (Avg merge 43d 10h) (27 merged PRs in 30d)

Description

Environment

  • Package version(s): 3.8.1
  • Browser and OS versions: Chrome

Steps to reproduce

  1. Use MultiSelect component, scroll down and select an item.

Actual behavior

After each selection the list is auto scrolled up.

Expected behavior

After each selection the list should stay in same position. This was working this way in version 3.8.0

Contributor guide