signavio / react-mentions

@mention people in a textarea
https://react-mentions.vercel.app
Other
2.42k stars 566 forks source link

Scroll into view does not work in Custom Suggestions container #674

Closed Sigrsig closed 1 year ago

Sigrsig commented 1 year ago

Steps to reproduce: As seen in issue 653

  1. add max-height and overflow-y: auto to suggestions list
  2. use @ to call suggestion list in the custom suggestions container
  3. If you continue to use arrow down to move further down, you will see the focused item gradually moving down, but it won't automatically scroll to the focused item.

Expected behaviour: To automatically scroll to the position of the focused item.

Observed behaviour: Currently, there is no automatic scrolling down to the focused item.