We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3ce436 + 6f598e5 commit eaa5af3Copy full SHA for eaa5af3
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