-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
[Fetaure Request] Make selected item visible in drop down overlay list #43
Comments
Hey @hungryemon |
As example I have a list of 20 items. And the dropdown expanded section can show only 12. So I select a item at 15th index. Then expand the menu again. The list shows 1st 10 items again. |
Ok. Got your point. So you are saying there should be a possibility to scroll to the selected item when the dropdown overlay expanded. |
yes |
On dropdown overlay open make sure the selected item is visible. I tried using scrollController.ensureVisible but it only takes upto 13th index. Rest item does not trigger this cause context somehow is null of them.
The text was updated successfully, but these errors were encountered: