We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee24bf commit 38d05f3Copy full SHA for 38d05f3
Libraries/Components/TextInput/TextInput.js
@@ -183,6 +183,10 @@ var TextInput = React.createClass({
183
* Callback that is called when the text input's text changes.
184
*/
185
onChange: PropTypes.func,
186
+ /**
187
+ * Callback that is called when the text input's text changes.
188
+ * Changed text is passed as an argument to the callback handler.
189
+ */
190
onChangeText: PropTypes.func,
191
/**
192
* Callback that is called when text input ends.
0 commit comments