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

Update react-native-multi-select.js #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

h0nor
Copy link

@h0nor h0nor commented Jul 12, 2019

added "nestedScrollEnabled={true}" attribute to FlatList inside "_renderItems" method. This solves the scroll problem of the list if the component is rendered inside a ScrollView. Also note if the multiselect is placed inside a ScrollView, this parent ScrollView should also enable nested scroll using the same attribute.

added "nestedScrollEnabled={true}" attribute to FlatList inside "_renderItems" method. This solves the scroll problem of the list if the component is rendered inside a ScrollView.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant