We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ce436 commit 6f598e5Copy full SHA for 6f598e5
lib/react-native-multi-select.js
@@ -501,6 +501,7 @@ export default class MultiSelect extends Component {
501
listKey={item => item[uniqueKey]}
502
renderItem={rowData => this._getRow(rowData.item)}
503
{...flatListProps}
504
+ nestedScrollEnabled
505
/>
506
);
507
searchTermMatch = renderItems.filter(item => item.name === searchTerm)
0 commit comments