From a5cc9ec4c6fdf659f0589ce8f6ed5622373a74b4 Mon Sep 17 00:00:00 2001 From: puremana Date: Thu, 28 Jan 2021 15:54:30 +1300 Subject: [PATCH] Add ScrollView parameter information in the readme which will allow you to use the Searchable Dropdown with a ScrollView --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index dcd999a..4c5f2f8 100644 --- a/readme.md +++ b/readme.md @@ -267,3 +267,10 @@ class App extends React.Component { } } ``` + +To add a Searchable Dropdown within a ``, add the `keyboardShouldPersistTaps` parameter to `handled` as shown below. If you do not, the item within the Searchable Dropdown will not be selected. +```jsx + + + +``` \ No newline at end of file