Skip to content

Commit 070c08e

Browse files
committed
Update README
1 parent 62c40c6 commit 070c08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Prop | Type | Optional | Default | Description
7676
`onDropdownWillHide`| func | Yes | | Trigger when dropdown will hide by touching the button. **Return `false` can cancel the event.**
7777
`onSelect` | func | Yes | | Trigger when option row touched with selected `index` and `value`. **Return `false` can cancel the event.**
7878
`accessible` | bool | Yes | true | Set accessibility of dropdown modal and dropdown rows
79-
`keyboardShouldPersistTaps` | | 'never' |
79+
`keyboardShouldPersistTaps` | enum('always', 'never', 'handled', false, true) | Yes | 'never' | See react-native `ScrollView` props
8080

8181
### Methods
8282
Method | Description

0 commit comments

Comments
 (0)