Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sohobloo committed Jun 22, 2017
1 parent 62c40c6 commit 070c08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Prop | Type | Optional | Default | Description
`onDropdownWillHide`| func | Yes | | Trigger when dropdown will hide by touching the button. **Return `false` can cancel the event.**
`onSelect` | func | Yes | | Trigger when option row touched with selected `index` and `value`. **Return `false` can cancel the event.**
`accessible` | bool | Yes | true | Set accessibility of dropdown modal and dropdown rows
`keyboardShouldPersistTaps` | | 'never' |
`keyboardShouldPersistTaps` | enum('always', 'never', 'handled', false, true) | Yes | 'never' | See react-native `ScrollView` props

### Methods
Method | Description
Expand Down

0 comments on commit 070c08e

Please sign in to comment.