Skip to content

Commit 3b7581c

Browse files
committed
adding onEndEditing callback
1 parent fa21d97 commit 3b7581c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/rn-tester/js/examples/TextInput/TextInputSharedExamples.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ function ErrorExample(): React.Node {
485485
<TextInput
486486
errorMessage={error}
487487
onBlur={() => setError('onBlur')}
488+
onEndEditing={() => setError('onEndEditing')}
488489
onChangeText={newText => {
489490
setText(newText);
490491
if (newText === 'error') {

0 commit comments

Comments
 (0)