Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling gets "stuck", bound by keeping the active item in view #816

Closed
halljus opened this issue Sep 11, 2023 · 1 comment
Closed

Scrolling gets "stuck", bound by keeping the active item in view #816

halljus opened this issue Sep 11, 2023 · 1 comment
Labels

Comments

@halljus
Copy link

halljus commented Sep 11, 2023

Version

6.2.3

Steps to reproduce

  1. Type a partial match in a typeahead with enough results to create a scrollbar.
  2. Use the keyboard to arrow down to a result somewhere in the middle.
  3. Scroll up and down with the mouse wheel.
  4. Observe you cannot scroll up or down beyond the highlighted option.

This can be reproduced in the Asynchronous Searching example:

http://ericgio.github.io/react-bootstrap-typeahead/#asynchronous-searching

And here is a GIF of it happening:

repro

Expected Behavior

It would scroll normally.

Actual Behavior

It gets "stuck".

@ericgio
Copy link
Owner

ericgio commented Oct 20, 2023

Thanks for the report @halljus! Fixed in v6.3.0

@ericgio ericgio closed this as completed Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants