Skip to content

Commit 6f598e5

Browse files
committed
nested scroll view added
1 parent e3ce436 commit 6f598e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/react-native-multi-select.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ export default class MultiSelect extends Component {
501501
listKey={item => item[uniqueKey]}
502502
renderItem={rowData => this._getRow(rowData.item)}
503503
{...flatListProps}
504+
nestedScrollEnabled
504505
/>
505506
);
506507
searchTermMatch = renderItems.filter(item => item.name === searchTerm)

0 commit comments

Comments
 (0)