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(
onSubmitEditingCallback 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.
| Type | Required |
|---|
onSubmitEditingCallback 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.
| Type | Required |
|---|