diff --git a/docs/next/textinput.html b/docs/next/textinput.html index 6a6c5aafb90..d06eb457299 100644 --- a/docs/next/textinput.html +++ b/docs/next/textinput.html @@ -608,7 +608,7 @@ AppRegistry.registerComponent(

onSubmitEditing

-

Callback that is called when the text input's submit button is pressed. Invalid if multiline={true} is specified.

+

Callback that is called when the text input's submit button is pressed with the argument {nativeEvent: {text, eventCount, target}}. Invalid if multiline={true} is specified.

diff --git a/docs/next/textinput/index.html b/docs/next/textinput/index.html index 6a6c5aafb90..d06eb457299 100644 --- a/docs/next/textinput/index.html +++ b/docs/next/textinput/index.html @@ -608,7 +608,7 @@ AppRegistry.registerComponent(
TypeRequired

onSubmitEditing

-

Callback that is called when the text input's submit button is pressed. Invalid if multiline={true} is specified.

+

Callback that is called when the text input's submit button is pressed with the argument {nativeEvent: {text, eventCount, target}}. Invalid if multiline={true} is specified.

TypeRequired