diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index 0c49697570..f5551cb0f7 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -1201,7 +1201,7 @@ const TextInput = createReactClass({ // This is a hack to fix https://fburl.com/toehyir8 // @todo(rsnara) Figure out why this is necessary. this.blur(); - + if (this.props.onBlur) { this.props.onBlur(event); }