@@ -19,9 +19,8 @@ You can find them in the example.
1919
2020## Update History
2121
22- ### v0.4.3
23- - Add ability to style dropdown text. See ` dropdownTextStyle ` and ` dropdownTextHighlightStyle ` . Thanks to @evansiroky
24- - Fix ` TouchableWithNativeFeedback ` should be ` TouchableNativeFeedback `
22+ ### v0.4.4
23+ - Expose ` keyboardShouldPersistTaps ` prop on dropdown (ListView).
2524
2625[ Full update history list] ( https://github.com/sohobloo/react-native-modal-dropdown/wiki/Update-History )
2726
@@ -77,6 +76,7 @@ Prop | Type | Optional | Default | Description
7776` onDropdownWillHide ` | func | Yes | | Trigger when dropdown will hide by touching the button. ** Return ` false ` can cancel the event.**
7877` onSelect ` | func | Yes | | Trigger when option row touched with selected ` index ` and ` value ` . ** Return ` false ` can cancel the event.**
7978` accessible ` | bool | Yes | true | Set accessibility of dropdown modal and dropdown rows
79+ ` keyboardShouldPersistTaps ` | | 'never' |
8080
8181### Methods
8282Method | Description
0 commit comments