diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index f511a3804..68b83e0c1 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -223,6 +223,7 @@ var TextInput = React.createClass({ onEndEditing: PropTypes.func, /** * Callback that is called when the text input's submit button is pressed. + * Invalid if multiline={true} is specified. */ onSubmitEditing: PropTypes.func, /**