diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index 2ed2f3b89..bdafed818 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -1202,7 +1202,6 @@ const TextInput = createReactClass({ }, _onBlur: function(event: Event) { - this.blur(); if (this.props.onBlur) { this.props.onBlur(event); }