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