We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When list has large set of items 100 or above, last items get added to the top and scrolling does not work properly
To Reproduce
Expected behavior Scroll and select should set the item on focus and should not scroll to last item.
Screenshots Please see attached video. https://github.com/lawnstarter/react-native-picker-select/assets/956144/aef24f72-300b-4281-9db0-31997b0e8946
Additional details
Reproduction and/or code sample https://snack.expo.dev/c9UsjS9RD
The text was updated successfully, but these errors were encountered:
Can confirm this occurs, happening to us. we have a list of 200 items and it won't let us select and scrolls to the bottom
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When list has large set of items 100 or above, last items get added to the top and scrolling does not work properly
To Reproduce
Expected behavior
Scroll and select should set the item on focus and should not scroll to last item.
Screenshots
Please see attached video.
https://github.com/lawnstarter/react-native-picker-select/assets/956144/aef24f72-300b-4281-9db0-31997b0e8946
Additional details
Reproduction and/or code sample
https://snack.expo.dev/c9UsjS9RD
The text was updated successfully, but these errors were encountered: