Skip to content

Commit

Permalink
GIve more detail in prop comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamski authored and cpojer committed Jan 28, 2019
1 parent 771cee2 commit 67d9b85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Libraries/Components/TextInput/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,10 @@ const TextInput = createReactClass({
inlineImagePadding: PropTypes.number,

/**
* Allow TextInput to pass touch event to parent.
* If `true`, allows TextInput to pass touch events to the parent component.
* This allows components such as SwipeableListView to be swipeable from the TextInput on iOS,
* as is the case on Android by default.
* If `false`, TextInput always asks to handle the input (except when disabled).
* @platform ios
*/
rejectResponderTermination: PropTypes.bool,
Expand Down

0 comments on commit 67d9b85

Please sign in to comment.